-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
105 lines (79 loc) · 3.07 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
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3Y6Y8GD18B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3Y6Y8GD18B');
</script>
<meta charset = "utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ryan Chan Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
</head>
<body>
<div class = "container">
<div class = "header">
<div class = "title">
<h1>Ryan Chan</h1>
</div>
<div class = "nav">
<a href="index.html">PROJECTS</a>
<a href="about.html">ABOUT ME</a>
</div>
</div>
<!-- Image Dimensons: 805 x 500 -->
<!-- Image Font: Brahnschrift 50px, 20px-->
<div class = "content">
<a href="project_pages/smartwatch.html">
<img src="files/images/smartwatch_thumbnail_1.jpg" style="width:100%">
</a>
<a href="project_pages/pup.html">
<img src="files/images/pup1.jpg" style="width:100%">
</a>
<a href="project_pages/card.html">
<img src="files/images/card_1_thumbnail_done.jpg" style="width:100%">
</a>
<a href="project_pages/chipsat.html" target="_blank">
<img src="files/images/chipsat_thumbnail.jpg" style="width:100%">
</a>
<a href="project_pages/minecraft.html">
<img src="files/images/minecraft_1.jpg" style="width:100%">
</a>
<a href="project_pages/semg.html">
<img src="files/images/semg_1.jpg" style="width:100%">
</a>
<a href="https://pages.github.coecis.cornell.edu/rc627/ECE-3400/" target="_blank">
<img src="files/images/ece3400_bot.jpg" style="width:100%">
</a>
<a href="https://pages.github.coecis.cornell.edu/rc627/ECE-4960/index.html" target="_blank">
<img src="files/images/ece4960_robot_thumbnail.jpg" style="width:100%">
</a>
<a href="project_pages/dino.html">
<img src="files/images/dino.jpg" style="width:100%">
</a>
<a href="project_pages/microcontroller.html">
<img src="files/images/ryduino_thumbnail_1.jpg" style="width:100%">
</a>
<a href="project_pages/lock.html">
<img src="files/images/lock_1.jpg" style="width:100%">
</a>
<a href="project_pages/water.html">
<img src="files/images/shower.jpg" style="width:100%">
</a>
<a href="project_pages/blank.html">
<img src="files/images/door.jpg" style="width:100%">
</a>
<a href="project_pages/blank.html">
<img src="files/images/arm.jpg" style="width:100%">
</a>
</div>
</div>
</div>
</body>
</html>