Skip to content

Commit 31b5e9a

Browse files
author
Nathan Shin
authored
Add files via upload
1 parent f09929f commit 31b5e9a

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

index.html

+23-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@
2323
opacity: 0.5;
2424
}
2525

26+
.button1 {
27+
background-color: #000000; /* black */
28+
border: none;
29+
color: white;
30+
padding: 15px 32px;
31+
text-align: center;
32+
text-decoration: none;
33+
display: inline-block;
34+
font-size: 36px;
35+
margin: 4px 2px;
36+
cursor: pointer;
37+
}
38+
2639
</style>
2740

2841
<body>
@@ -43,7 +56,7 @@
4356

4457
<!-- Header -->
4558
<header class="w3-display-container w3-content w3-wide" style="max-width:1500px;" id="home">
46-
<img class="w3-image" src="./rods.jpg" alt="Architecture" width="1500" height="800">
59+
<img class="w3-image" src="./jawns.jpg" alt="tools" width="1500" height="800">
4760
<div class="w3-display-middle w3-margin-top w3-center">
4861
<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>
4962
</div>
@@ -79,7 +92,7 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Projects</h3>
7992

8093
<a href="./lights.html">
8194
<div class="projimg">
82-
<img src="/w3images/house2.jpg" alt="Light" style="width:100%" class="projimg">
95+
<img src="./lightstemp.jpg" alt="Light" style="width:100%" class="projimg">
8396
<div class="overlay"> </div>
8497

8598
</div>
@@ -149,9 +162,17 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Projects</h3>
149162
</div>
150163
</div>
151164

165+
166+
167+
152168
<!-- Gallery Sectoin -->
153169
<div class="w3-container w3-padding-32" id="gallery">
154170
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Gallery</h3>
171+
172+
<a href="./art.html"> <button class="button1">Art</button> </a>
173+
174+
<a href="./photography.html"> <button class="button1">Photography</button> </a>
175+
155176
</div>
156177

157178

jawns.jpg

1.06 MB
Loading

lightstemp.jpg

29.4 KB
Loading

0 commit comments

Comments
 (0)