-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (78 loc) · 3.66 KB
/
index.html
File metadata and controls
97 lines (78 loc) · 3.66 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE HTML>
<!--
Visualize by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Alroy Zhang</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<ul>
<div class = "topnav">
<a href="alroy261.github.io" style="font-weight: bolder; color: black">Alroy Zhang</a>
<a href="My_Resume.pdf" style="font-size:1.2em" target="_blank" rel="noopener noreferrer">Resume</a>
<div class="dropdown">
<a href="" style="font-size:1.2em" class="dropbtn">Projects</a>
<div class="dropdown-content">
<a href="">To be updated</a>
<a href="">To be updated</a>
</div>
</div>
<div class="dropdown">
<a href="" style="font-size:1.2em" class="dropbtn">Useful Links</a>
<div class="dropdown-content">
<a href="https://ugradcalendar.uwaterloo.ca/page/MATH-AM-Degree-Requirements-Applied-Mathematics">AMATH Degree Req.</a>
<a href="https://ucalendar.uwaterloo.ca/2021/COURSE/course-AMATH.html#">AMATH Courses @ Waterloo</a>
</div>
</div>
<!-- <div class="dropdown">
<a href="" style="font-size:1.2em" class="dropbtn">Course Notes</a>
<div class="dropdown-content">
<a href="">To be updated</a>
<a href="">To be updated</a>
<a href="">To be updated</a>
<a href="">To be updated</a>
</div>
</div> -->
<a href="index.html#footer" style="font-size:1.2em">Contact</a>
</div>
</ul>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<span class="avatar"><img src="my_picture.JPG" alt="" /></span>
<h1 class = "tracking-in-expand">Hello there! I'm <strong>Alroy Zhang</strong>!</h1>
<h3>I <span id = "changeText">am an Applied Mathematics student at the University of Waterloo.</span></h3>
</header>
<!-- Footer -->
<footer id="footer">
<h4> Let's chat about the future of <strong>Deep Learning</strong> and <strong>AI</strong>!</h4>
<span class="mini2">
<ul class="icons">
<li><a href="https://www.facebook.com/Alroy261/" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/alroy_261/" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/in/alroy-zhang-932b84140/" class="icon style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>
<!-- <li><a href="https://twitter.com/" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li> -->
<li><a href="https://github.com/Alroy261" class="icon style2 fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto: alroy.zhang@uwaterloo.ca" class="icon style2 fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</span>
<!-- <p>© Alroy Zhang. Original Design by: <a href="https://templated.co/visualize">TEMPLATED</a>.</p> -->
</footer>
</div>
<!-- Scripts -->
<!-- <script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>-->
<script src="changeText.js"></script>
</body>
</html>