-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
176 lines (165 loc) · 9.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shep@r Photography</title>
<link rel="stylesheet" href="Shepar-photography1.css">
</head>
<body>
<!-- Main Menu -->
<table>
<tr>
<td>
<div class="mutual-title">
<h1 class="shepar">Shep@r</h1>
<h3>Photographer</h3>
</div>
</td>
<td><div class="nav">
<!-- Nav PC -->
<nav class="nav-pc">
<ul class="nav-container">
<li class="nav-item"><a class="link-nav" href="index.html">Home</a></li>
<li class="nav-item"><a class="link-nav" href="About.html">About</a></li>
</ul>
</nav>
<!-- Nav bars button-->
<label for="nav-mobile-input" class="nav-button">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bars"
class="svg-inline--fa fa-bars fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path fill="currentColor"
d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z">
</path>
</svg>
</label>
<input type="checkbox" id="nav-mobile-input" class="nav-input">
<!--The overlay-->
<label for="nav-mobile-input" class="nav-overlay"></label>
<!--Nav Mobile-->
<nav class="nav-mobile">
<ul class="nav-mobile-container">
<li class="nav-mobile-item"><a class="nav-mobile-link" href="index.html">Home</a></li>
<li class="nav-mobile-item"><a class="nav-mobile-link" href="About.html">About</a></li>
</ul>
<label for="nav-mobile-input" class="nav-mobile-close">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times"
class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 352 512">
<path fill="currentColor"
d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z">
</path>
</svg>
</label>
</nav>
</div>
</td>
</tr>
</table>
<!--Projects section-->
<div class="flex-container">
<div class="flex-item">
<a class="link-flex" href="Into-the-woods.html" target="_blank"><img
src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/1.jpg?raw=true" width="475"
alt="Into the Woods">
<h3 class="title bottom-title">Into the Woods</h3>
</a>
</div>
<div class="flex-item">
<a class="link-flex" href="Human.html" target="_blank"><img
src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/21985386_898514333630517_1079663338360668160_n.jpg?raw=true"
width="475" alt="Human">
<h3 class="title bottom-title">Human</h3>
</a>
</div>
</div>
<div class="flex-container">
<div class="flex-item">
<a class="link-flex" href="Moments.html" target="_blank"><img
src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/26283514_728295440699657_7405108528425205760_n.jpg?raw=true"
width="475" alt="Moments">
<h3 class="title bottom-title">Moments</h3>
</a>
</div>
<div class="flex-item">
<a class="link-flex" href="Harbour.html" target="_blank"><img
src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/66601878_2357859121207317_6018794254461462874_n.jpg?raw=true"
width="475" alt="At Habour">
<h3 class="title bottom-title">At Habour</h3>
</a>
</div>
</div>
<div class="flex-container">
<div class="flex-item">
<a class="link-flex" href="the-cities.html" target="_blank"><img
src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/59652263_841435362887629_2667476118665075524_n.jpg?raw=true"
width="475" alt="The Cities">
<h3 class="title bottom-title">The Cities</h3>
</a>
</div>
</div>
<hr>
<!--FOOTER-->
<!--Contact info using table-->
<div class="contact-table">
<h3>Contact</h3>
<table>
<tr>
<td>
<div class="contact-symbol"><svg aria-hidden="true" focusable="false" data-prefix="far"
data-icon="envelope" class="svg-inline--fa fa-envelope fa-w-16" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path fill="currentColor"
d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z">
</path>
</svg>
</div>
</td>
<td>
<div>[email protected]</div>
</td>
</tr>
<tr>
<td>
<div class="contact-symbol"><svg aria-hidden="true" focusable="false" data-prefix="fas"
data-icon="phone" class="svg-inline--fa fa-phone fa-w-16" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path fill="currentColor"
d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z">
</path>
</svg>
</div>
</td>
<td>
<div>
0705348906
</div>
</td>
</tr>
<tr>
<td>
<div class="contact-symbol">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="instagram"
class="svg-inline--fa fa-instagram fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path fill="currentColor"
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z">
</path>
</svg>
</div>
</td>
<td>
<div>
<a style="color:black" href="https://www.instagram.com/shepaar/">@shepaar</a>
</div>
</td>
</tr>
</table>
</div>
<!--Validator symbol-->
<div class="validator-icon">
<a href="https://validator.w3.org/" target="_blank"><img src="https://www.w3.org/Icons/valid-css-blue" alt="Validator icon">
</a>
</div>
</body>
</html>