-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
263 lines (249 loc) · 10.1 KB
/
contact.html
File metadata and controls
263 lines (249 loc) · 10.1 KB
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html>
<head>
<title>Stephanie Lampotang</title>
<meta charset="utf-8"/>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Muli|Cardo" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="contact.css">
<link rel="icon" href="profilepic.png">
</head>
<body style="margin: 0;">
<div class="locationBar">
<ul class="loc">
<a href="index.html">
<li class = "home">
<img src="home.png" alt = "HTML5 Icon" style="width:100%; height:100%;" onmouseover="change(this)" onmouseout="changeback(this)">
</li>
</a>
<a href="aboutme.html">
<li class = "over">
About
</li>
</a>
<a href="resume.html">
<li class = "over">
Résumé
</li>
</a>
<a href="technology.html">
<li class = "over">
Technology
</li>
</a>
<a href="photography.html">
<li class = "over">
Photography
</li>
</a>
<a href="https://www.pinterest.com/stephanielpt">
<li class = "right">
<img src="pinterest.png" alt = "HTML5 Icon" style="width:1.5rem; height:auto;">
</li>
</a>
<a href="https://soundcloud.com/stephanie-lampo">
<li class = "right">
<img src="soundcloud.png" alt = "HTML5 Icon" style="width:1.5rem; height:auto;">
</li>
</a>
<a href="https://www.instagram.com/stephanielptx/">
<li class = "right">
<img src="instagram.png" alt = "HTML5 Icon" style="width:1.5rem; height:auto;">
</li>
</a>
<a href="https://www.facebook.com/stephanie.lampo.3">
<li class = "right">
<img src="facebook.png" alt = "HTML5 Icon" style="width:1.5rem; height:auto;">
</li>
</a>
<a href="https://open.spotify.com/user/12144182661/playlist/5mmf0abvIYDeUQOWHsyuEu">
<li class = "right">
<img src="spotify.png" alt = "HTML5 Icon" style="width:1.5rem; height:auto;">
</li>
</a>
<a href="contact.html">
<li class = "right">
<img src="emailme.png" alt = "HTML5 Icon" style="width:1.5rem; height:auto;">
</li>
</a>
<a href="https://www.linkedin.com/in/stephanie-lampotang-511473144/">
<li class = "right">
<img src="linkedin.png" alt = "HTML5 Icon" style="width:1.5rem; height:auto;">
</li>
</a>
<a href="https://github.com/Stephanielpt/">
<li class = "right">
<img src="github.png" alt = "HTML5 Icon" style="width:1.5rem; height:auto;">
</li>
</a>
</ul>
</div>
<script type="text/javascript">
function change(homebutton)
{
homebutton.src='home2.png';
}
function changeback(homebutton)
{
homebutton.src='home.png';
}
</script>
<div class = "weAre">
<h1>S T E P H A N I E    L A M P O T A N G</h1>
<h4>M u l t i p o t e n t i a l i t e</h4>
</div>
<div class = "contact">
<ul class = "uno">
<li class = "primero">
<img src = "steph.jpg" alt = "HTML5" style = "width:80%; height: auto;">
</li>
<li>
<h3>
Send me a message.
</h3>
<h5>
Don't be shy! I would love to hear from you.
</h5>
<p>
You can contact me at: </br> <a href = "mailto:slampota@usc.edu"> slampota@usc.edu </a>
</p>
<p>
You can also find me on social media by using </br> the links in the top right corner!
</p>
</li>
</ul>
</div>
<!--
<div>
<h2 style = "margin-left: 24rem; margin-right: 24rem;"><i>Some of my posts:</i></h2>
</div>
<div class = "aboutme">
<ul class = "holderoflis">
<a href = "blog.html#aeropuerto">
<li class = "slider">
<div class="post">
<h2>
Why  j'adore  los  aeropuertos
</h2>
<img src="aeropuerto.JPG" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
<a href = "hobbies.html#tennis">
<li class = "slider">
<div class="post">
<h2>
It  takes  two  to  tennis
</h2>
<img src="tennis.JPG" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
<a href = "blog.html#escape">
<li class = "slider">
<div class="post">
<h2>
Escape  to  Nature
</h2>
<img src="heaven.jpg" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
<a href = "blog.html#grad">
<li class = "slider">
<div class="post">
<h2>
Eastside  High  School  Graduation
</h2>
<img src="grad.jpg" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
<a href = "technology.html#website">
<li class = "slider">
<div class="post">
<h2>
This  website
</h2>
<img src="website1.jpg" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
<a href = "technology.html#arduino">
<li class = "slider">
<div class="post">
<h2>
Arduino  Boards:  Software  Meets  Hardware
</h2>
<img src="arduino.JPG" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
<a href = "technology.html#six">
<li class = "slider">
<div class="post">
<h2>
Computer  Model  of  a  Six-star  Orbiting System
</h2>
<img src="star.PNG" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
<a href = "hobbies.html#zumba">
<li class = "slider">
<div class="post">
<h2>
High  School  Swimming
</h2>
<img src="swim.JPG" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
<a href = "hobbies.html#kitchen">
<li class = "slider">
<div class="post">
<h2>
In  the  Kitchen
</h2>
<img src="food.png" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
<a href = "hobbies.html#swim">
<li class = "slider">
<div class="post">
<h2>
ZUMBA!  ESO!
</h2>
<img src="zumba.jpg" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
<a href = "blog.html#codey">
<li class = "slider">
<div class="post">
<h2>
STEALING  THE  ASCII  TO  MY  HEART
</h2>
<img src="cody2.JPG" alt="HTML5 Icon" style= "width:50%; height: auto;">
</div>
</li>
</a>
</ul>
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
var slides = document.getElementsByClassName("slider");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex> slides.length) {slideIndex = 1}
slides[slideIndex-1].style.display = "block";
setTimeout(showSlides, 2800); // Change section every 4 seconds
}
</script>
</div>-->
</body>
</html>