-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
35 lines (32 loc) · 1.54 KB
/
test.html
File metadata and controls
35 lines (32 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<title>test page for new stuff.</title>
</head>
<body id="bground" background = "website_wallpaper.jpg">
<br />
<center>
<table id="table" style="background-color:rgba(255,255,255,.6)" width="80%">
<tr>
<td>
<center>
<br />
<img src = "prof_pic.jpg" width="200" height="200"></img>
<h1> <font face = "Lucida Calligraphy" color = "415877" size = "6"> <big> Benjamin Vacek </big> </font> </h1>
<p><font face = "Georgia" size = "4"> I am a Freshman studying <i>Computer Science</i> and <i>Economics</i> at <a href = "https://cs.illinois.edu/" target="_blank"><font color="#bc5f09"><b> UIUC</b></font></a></p>
<p id="demo"></p>
<br />
<p><font face = "Georgia" size = "4"> Here are some links to get to know more about me:</p>
<div id = "menu" align = "center" bgcolor = "beccd3" >
<a href = "https://github.com/bvacek" target="_blank"> <img src ="github.png" height = 40 width = 40 hspace="5"></a>
<a href = "resume"> <img src ="pdf.png" width = 36 height = 40 hspace="5"></a>
<a href = "mailto:[email protected]"> <img src = "gmail.png" height = 40 width = 53 hspace="5"></a>
</div>
<button type="button" onclick="document.getElementById('bground').background='https://i.imgur.com/8t5u01N.jpg'">Click me to change the theme.</button>
</center>
</td>
</tr>
</table>
</center>
</body>
</html>