-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (55 loc) · 1.66 KB
/
Copy pathindex.html
File metadata and controls
83 lines (55 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Home Page</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Chewy&display=swap" rel="stylesheet">
<style>h1 {text-align: center;}</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86">
</head>
<body class="index-color">
<div class="hero-image">
<div class="hero-text">
</div>
</div>
<div id="navbar">
<a href="myportfolio.html">Piano Covers/Compositions</a>
<!--=
<a href="songstatus.html">Music Status Checker</a>
<a href="blog.html">Blog</a>
<a href="gallery.html">Gallery</a>
-->
<a href="SocialPlatforms.html">My Social Platforms</a>
</div>
<br>
<br>
<br>
<div class="row">
<div class="column" style="background-color:black;">
<div id = "intro">
Website Bio:
</div>
<img src=I-Bio.png alt="intro image" class="center">
</div>
<div class="column" style="background-color:black;">
<img src="Buddy%20Emotes%20Trailer%20Pic.png" alt="intro image" class="center">
<br>
<td><a href="Directory.html">
<img src="Directorypng.png" alt="Contact image" class="contactlink-y"
width="300" height="80">
</a></td>
<td><a href="gallery.html">
<img src="Gallery.png" alt="Contact image" class="contactlink-y"
width="300" height="80">
</a></td>
</div>
<br>
<br>
<br>
<br>
<script src="navbar.v01.js"></script>
</body>
</html>