-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (73 loc) · 3.84 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Michael Weiyu Zhao, student at the University of Toronto with interests in Chip Design, Computer Architecture and Machine Learning">
<meta name="author" content="Michael Zhao">
<meta name="google-site-verification" content="Nn_lm2DEW2nLr-i3j0PGoarlvAeSwkhFS80Ob8xXick" />
<title>Home</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet">
</head>
<body id="page-top">
<div class="container-fluid">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mynav">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-right" id="mynav">
<p class="navbar-text">Contact Me:</p>
<ul class="nav navbar-nav">
<li><a href="https://github.com/michaelweiyuzhao">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/michaelwyzhao">LinkedIn</a></li>
<li><a href="CV.pdf">Resume</a></li>
</ul>
</div>
</div>
</nav>
<div class="boxed" id="content">
<div class="container-fluid" id="about-me">
<div class="row">
<h1 class="main-header">About Me</h1>
<div class="panel panel-default">
<div class="panel-body">
<div class="text">Michael Weiyu Zhao, student at the University of Toronto with interests in Chip Design, Computer Architecture and Machine Learning.</div>
</div>
</div>
</div>
</div>
<hr>
<div class="container-fluid" id="projects">
<div class="row">
<h1 class="main-header">Past Projects</h1>
<div class="panel panel-default">
<div class="panel-body">
<div class="text-header">PCI Calculator made in collaboration with Madeh Piryonesi at the University of Toronto Department of Civil Engineering.</div>
<hr>
<div class="text">A calculator to predict future values of the Pavement Condition Index (PCI) of roads based on current attributes.</div>
<br>
<div class="row text"><a href="https://github.com/michaelweiyuzhao/MadehResearch/tree/master/PCICalcHub">Github</a></div>
<div class="row text"><a href="https://madeh.github.io">Webapp</a> / <a href="https://madeh.github.io/map/index.html">Webapp with Map</a></div>
<div class="row text"><a href="https://www.fhwa.dot.gov/publications/research/infrastructure/pavements/ltpp/18065/index.cfm">Related Paper</a></div>
</div>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-inverse navbar-fixed-bottom">
<div class="container-fluid">
<p class="navbar-text">Michael Zhao | University of Toronto | 2019</p>
</div>
</nav>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="script.js"></script>
</div>
</body>
</html>