-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
240 lines (172 loc) · 6.66 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html>
<title>Portfolio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style.css">
<style>
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #008CBA;
}
.projimg:hover .overlay {
opacity: 0.5;
}
.button1 {
background-color: #000000; /* black */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 36px;
margin: 4px 2px;
cursor: pointer;
}
</style>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<a href="#home" class="w3-bar-item w3-button"><b>N.</b> Shin</a>
<!-- Float links to the right. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="#projects" class="w3-bar-item w3-button">Projects</a>
<a href="#gallery" class="w3-bar-item w3-button">Gallery</a>
<a href="#about" class="w3-bar-item w3-button">About</a>
<a href="#contact" class="w3-bar-item w3-button">Contact</a>
</div>
</div>
</div>
<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:1500px;" id="home">
<img class="w3-image" src="./jawns.jpg" alt="tools" width="1500" height="800">
<div class="w3-display-middle w3-margin-top w3-center">
<h1 class="w3-xxlarge w3-text-white"><span class="w3-padding w3-black w3-opacity-min"><b>Nathan</b></span> <span class="w3-hide-small w3-text-light-grey">Shin</span></h1>
</div>
</header>
<!-- Page content -->
<div class="w3-content w3-padding" style="max-width:1564px">
<!-- Project Section -->
<div class="w3-container w3-padding-32" id="projects">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Projects</h3>
</div>
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Homemade X-ray Machine</div>
<a href="./xray.html">
<div class="projimg">
<img src="./IMG_0888.jpg" alt="X-ray" style="width:100%" >
<div class="overlay"> </div>
</div>
</a>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Marching Band Lights</div>
<a href="./lights.html">
<div class="projimg">
<img src="./lights.jpg" alt="Lights" style="width:100%" class="projimg">
<div class="overlay"> </div>
</div>
</a>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Old Cornet</div>
<a href="./cornet.html">
<div class="projimg">
<img src="./cornet.jpg" alt="Cornet" style="width:99%" class="projimg">
<div class="overlay"> </div>
</div>
</a>
</div>
</div>
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Vintage Radio Replica</div>
<a href="./radio.html">
<div class="projimg">
<img src="./radio.jpg" alt="Radio" style="width:99%" class="projimg">
<div class="overlay"> </div>
</div>
</a>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Geiger Counter</div>
<a href="./geiger.html">
<div class="projimg">
<img src="./geiger.jpg" alt="Geiger" style="width:99%" class="projimg">
<div class="overlay"> </div>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<!--
<div class="w3-display-topleft w3-black w3-padding">Restoring a Motorcycle</div>
<a href="./cycle.html">
<div class="projimg">
<img src="./suzuki.jpg" alt="Cycle" style="width:100%" class="projimg">
<div class="overlay"> </div>
</div>
</a>-->
</div>
</div>
<!-- Gallery Sectoin -->
<div class="w3-container w3-padding-32" id="gallery">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Gallery</h3>
<a href="./photography.html"> <button class="button1">Photography</button> </a>
<a href="./art.html"> <button class="button1">Art</button> </a>
</div>
<!-- About Section -->
<div class="w3-container w3-padding-32" id="about">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">About</h3>
<p>Hi, Im Nathan, a Freshman Mechanical Engineering Student at Temple University. I'm interested in technology, music, and art, and this <br>
website is intended as a portfolio to showcase my various projects, hobbies and interests.
</p>
</div>
</div>
<!-- Contact Section -->
<!--
<div class="w3-container w3-padding-32" id="contact">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Contact</h3>
<p>Leave a message!</p>
<form action="/action_page.php" target="_blank">
<input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
<input class="w3-input w3-section w3-border" type="text" placeholder="Email" required name="Email">
<input class="w3-input w3-section w3-border" type="text" placeholder="Subject" required name="Subject">
<input class="w3-input w3-section w3-border" type="text" placeholder="Comment" required name="Comment">
<button class="w3-button w3-black w3-section" type="submit">
<i class="fa fa-paper-plane"></i> SEND MESSAGE
</button>
</form>
</div>
<!-- Image of location/map
<div class="w3-container">
<img src="/w3images/map.jpg" class="w3-image" style="width:100%">
</div>
-->
<!-- End page content -->
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-16">
<a href="./credits.html">Credits</a>
</footer>
</body>
</html>