-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapweb.html
More file actions
141 lines (135 loc) · 5.89 KB
/
apweb.html
File metadata and controls
141 lines (135 loc) · 5.89 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
<!DOCTYPE html>
<html>
<head>
<title>Stephanie Lampotang</title>
<meta charset="utf-8"/>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Muli|Cardo|Raleway|Lora" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="apweb.css">
<link rel="icon" href="pinkicon.JPG">
</head>
<body style="margin: 0;" onclick="chBackColor()">
<div> <a href="team.html" style="text-decoration: none;"> <p style="margin-top: 10rem; font-size: 3rem; font-family: 'Lora'; color: black;"> Stephanie Lampotang </p> </a> </div>
<div> <p> <i> Creator in Los Angeles </i> </p> </div>
<div> <p> Working on <a href = "technology.html#teach" class = "linked">TEACH</a>: the world's largest whiteboard.</p> </div>
<div> <p> Currently CS at USC. <a href = "http://scopeusc.com/" class = "linked">Scope</a>, <a href = "http://uscauv.weebly.com/" class = "linked">Underwater Robotics</a>, <a href = "http://cocausc.org/" class = "linked">Corpus Callosum</a>, <a href = "http://societyofwomenengineers.swe.org/" class = "linked">SWE</a>, and <a href = "technology.html#teach" class = "linked">Hackathons</a> galore.</p> </div>
<div>
<a href = "index.html" class = "linked">Click to return to my current website</a>
</div>
<div> <p> Email: slampota at usc dot edu</p> </div>
<div style="width: 10%; border-bottom: solid black 1px; margin-left: 45%; margin-right: 45%; margin-bottom: 1rem; padding-top: 1rem;">
</div>
<div>
<ul style="width: 30%; height: auto; margin-left: 28%; margin-right: 30%;">
<a href = "https://www.linkedin.com/in/stephanielpt/">
<li>
<img style="padding: 3%; float: left; display: inline-block; width: 8%;" src = "linkedin.png" onmouseover="changelink(this)" onmouseout="changelinkback(this)">
</li>
</a>
<a href = "https://github.com/Stephanielpt">
<li>
<img style="padding: 3%; float: left; display: inline-block; width: 8%;" src = "github.png" onmouseover="changegit(this)" onmouseout="changegitback(this)">
</li>
</a>
<a href = "https://www.facebook.com/stephanie.lampo.3">
<li>
<img style="padding: 3%; float: left; display: inline-block; width: 8%;" src = "facebook.png" onmouseover="changeface(this)" onmouseout="changefaceback(this)">
</li>
</a>
<a href = "https://www.pinterest.com/stephanielpt/">
<li>
<img style="padding: 3%; float: left; display: inline-block; width: 8%;" src = "pinterest.png" onmouseover="changepin(this)" onmouseout="changepinback(this)">
</li>
</a>
<a href = "https://open.spotify.com/user/slampotang/playlist/3PY6lCpvwbKt0tGNpIssOT">
<li>
<img style="padding: 3%; float: left; display: inline-block; width: 8%;" src = "spotify.png" onmouseover="changespot(this)" onmouseout="changespotback(this)">
</li>
</a>
<a href = "https://www.instagram.com/stephanielptx/">
<li>
<img style="padding: 3%; float: left; display: inline-block; width: 8%;" src = "instagram.png" onmouseover="changeinsta(this)" onmouseout="changeinstaback(this)">
</li>
</a>
<a href = "https://soundcloud.com/stephanie-lampo">
<li>
<img style="padding: 3%; float: left; display: inline-block; width: 8%;" src = "soundcloud.png" onmouseover="changesound(this)" onmouseout="changesoundback(this)">
</li>
</a>
</ul>
</div>
<script>
var i = 0;
function chBackColor() {
if(i%4 == 0) {document.body.style.background = '#bfefe3'; i++;}
else if(i%4 == 1) {document.body.style.background = '#a1c4fc'; i++;}
else if(i%4 == 2) {document.body.style.background = '#fffca5'; i++;}
else if(i%4 == 3) {document.body.style.background = '#fcd9e2'; i++;}
}
</script>
<script type="text/javascript">
//linkedin
function changelink(icon)
{
icon.src='linkedin1.png';
}
function changelinkback(icon)
{
icon.src='linkedin.png';
}
//github
function changegit(icon)
{
icon.src='github1.png';
}
function changegitback(icon)
{
icon.src='github.png';
}
//facebook
function changeface(icon)
{
icon.src='facebook1.png';
}
function changefaceback(icon)
{
icon.src='facebook.png';
}
//pinterest
function changepin(icon)
{
icon.src='pinterest1.png';
}
function changepinback(icon)
{
icon.src='pinterest.png';
}
//spotify
function changespot(icon)
{
icon.src='spotify1.png';
}
function changespotback(icon)
{
icon.src='spotify.png';
}
//instagram
function changeinsta(icon)
{
icon.src='instagram1.png';
}
function changeinstaback(icon)
{
icon.src='instagram.png';
}
//soundcloud
function changesound(icon)
{
icon.src='soundcloud1.png';
}
function changesoundback(icon)
{
icon.src='soundcloud.png';
}
</script>
</body>
</html>