forked from RyanChanTech/RyanChanTech.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (63 loc) · 2.17 KB
/
index.html
File metadata and controls
73 lines (63 loc) · 2.17 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
<!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>Project Portfolio</title>
<link rel="stylesheet" href="assets/main.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>Cuong Nguyen</h1>
</div>
<nav class="nav">
<a href="index.html">PROJECTS</a>
<a href="about.html">ABOUT ME</a>
</nav>
</div>
<!-- Image Dimensons: 805 x 500 -->
<!-- Image Font: Brahnschrift 50px, 20px-->
<div class="row">
<div class="content column grow">
<a href="project_pages/lock.html">
<img src="files/images/lock_1.jpg" alt="Touchless Door Opener">
</a>
<a href="project_pages/mouse.html">
<img src="files/images/mouse_thumbnail.jpg" alt="Micromouse robot">
</a>
<a href="project_pages/flower.html">
<img src="files/images/AgapanthusMadison.jpeg" alt="Flower">
</a>
</div>
<div class="content column grow">
<a href="project_pages/counter.html">
<img src="files/images/32 bit counter.jpg" alt="32-bit Counter">
</a>
<a href="project_pages/nasa.html">
<img src="files/images/rockon_thumbnail.jpg" alt="Sounding rocket">
</a>
</div>
<div class="content column grow">
<a href="project_pages/arm.html">
<img src="files/images/big_arm.jpg" alt="Big Intelligent Prosthetic Arm">
</a>
<a href="project_pages/follower.html">
<img src="files/images/follower_thumbnail.jpg" alt="Line Follower Robot">
</a>
</div>
</div>
</div>
</body>
</html>