-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (59 loc) · 1.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.png" /> -->
<link rel="icon" type="image/x-icon" href="/src/assets/images/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Career XP</title>
</head>
<body>
<div id="home-grid">
<div id="section1">
<a href="src/pages/about.html">
<div id="future-of-work-box">
<h3>The future of work</h3>
<h3>A Career-ready Webinar Series</h3>
</div>
</a>
<a href="src/pages/about.html">
<div id="date-box">
<h3>13 August</h3>
</div>
</a>
</div>
<section id="section2">
<a href="src/pages/speakers.html">
<div id="speakers-box">
<h3>Speakers</h3>
</div>
</a>
<a href="src/pages/program.html">
<div id="program-box">
<h3>Register</h3>
</div>
</a>
</section>
</div>
<footer id="footer-home">
<div class="footer-content">
<a href="http://google.com">
<li>Instagram</li>
</a>
<a href="http://google.com">
<li>Twitter</li>
</a>
<a href="http://google.com">
<li>CareerXP.com</li>
</a>
<li>
<img src="src/assets/images/CareerXP-logo.png" />
</li>
<li>
<img src="src/assets/images/kreate-logo.png" />
</li>
</div>
</footer>
<script type="module" src="/src/ts/main.ts"></script>
</body>
</html>