-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
</head>
<body bgcolor= "#2940ff">
<center style="background-color:#5481ff">
<a href="index.html" class="buttonlink">Home</a>
<a href="portfolio.html" class="buttonlink">Portfolio</a>
<a href="aboutme.html" class="buttonlink">About Me</a>
<h1>Welcome to Connor's Website</h1>
<img src="Media/Me.png" height="500" alt="centered image" class="aligncenter">
<br>
<br>
<h1>My Dream House</h1>
<img src="Media/Mansion_Pic.png" width="1200" height="1000 alt="centered image" class="aligncenter">
</center>
<br>
<center style="background-color:#afafaf">
<h1>Music</h1>
<h2>Bleeding Out</h2>
<audio controls>
<source src="Media/Imagine Dragons - Bleeding Out (Lyric Video).mp3" type="audio/mp3">
</audio>
<h2>Story Of My Life</h2>
<audio controls>
<source src="Media/One Direction - Story of My Life (Lyrics).mp3" type="audio/mp3">
</audio>
<h2>This Is What You Came For [Remix]</h2>
<audio controls>
<source src="Media/Calvin Harris & Rihanna - This Is What You Came For (R3hab & Henry Fong Remix).mp3" type="audio/mp3">
</audio>
<h2>Five Hours</h2>
<audio controls>
<source src="Media/five-hours.mp3" type="audio/mp3">
</audio>
</center>
</body>
</html>