File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 23
23
opacity : 0.5 ;
24
24
}
25
25
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
+
26
39
</ style >
27
40
28
41
< body >
43
56
44
57
<!-- Header -->
45
58
< 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 ">
47
60
< div class ="w3-display-middle w3-margin-top w3-center ">
48
61
< 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 >
49
62
</ div >
@@ -79,7 +92,7 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Projects</h3>
79
92
80
93
< a href ="./lights.html ">
81
94
< 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 ">
83
96
< div class ="overlay "> </ div >
84
97
85
98
</ div >
@@ -149,9 +162,17 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Projects</h3>
149
162
</ div >
150
163
</ div >
151
164
165
+
166
+
167
+
152
168
<!-- Gallery Sectoin -->
153
169
< div class ="w3-container w3-padding-32 " id ="gallery ">
154
170
< 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
+
155
176
</ div >
156
177
157
178
You can’t perform that action at this time.
0 commit comments