-
Notifications
You must be signed in to change notification settings - Fork 0
/
Moments.html
209 lines (192 loc) · 11.4 KB
/
Moments.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shep@r Photography - Moments</title>
<link rel="stylesheet" href="Shepar-photography1.css">
<style>
</style>
</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>
<!--Title project section-->
<div class="project-flex-container">
<div class="project-title-item">
<img src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/M-1.jpg?raw=true" width="650"
alt="Moments-1">
</div>
<div class="project-title-item">
<h2 class="mutual-title">Moments</h2>
<div style="text-align: center; font-family: 'Lucida Sans';">July 2017 - present</div>
</div>
</div>
<!--Pictures section-->
<div class="project-flex-container">
<div class="project-picture-1">
<img src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/M-2.jpg?raw=true" width="850"
alt="Moments-2">
</div>
<div class="project-picture-2">
<img src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/M-3.jpg?raw=true" width="550"
alt="Moments-3">
</div>
</div>
<div class="project-picture-single">
<img src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/M-4.jpg?raw=true" width="850"
alt="Moments-4">
</div>
<div class="project-flex-container">
<div class="project-picture-2">
<img src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/M-5.jpg?raw=true" width="550"
alt="Moments-5">
</div>
<div class="project-picture-1">
<img src="https://github.com/tranthanhvi/tranthanhvi.github.io/blob/main/M-6.jpg?raw=true" width="750"
alt="Moments-6">
</div>
</div>
<!--Nav project button (using full-width table)-->
<table>
<tr>
<td>
<div class="nav-projectbt-item left">
<a style="font-family: sans-serif;" href="Human.html"><svg
style="width: 28px; height: 28px; padding-right:25px" aria-hidden="true" focusable="false"
data-prefix="fas" data-icon="chevron-left" class="svg-inline--fa fa-chevron-left fa-w-10"
role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<path fill="currentColor"
d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z">
</path>
</svg>Human</a>
</div>
</td>
<td>
<div class="nav-projectbt-item right">
<a style="font-family: sans-serif;" href="Harbour.html">At Habour<svg
style="width: 28px; height: 28px; padding-left:25px" aria-hidden="true" focusable="false"
data-prefix="fas" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-10"
role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<path fill="currentColor"
d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z">
</path>
</svg></a>
</div>
</td>
</tr>
</table>
<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>