-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (54 loc) · 1.74 KB
/
index.html
File metadata and controls
65 lines (54 loc) · 1.74 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
---
layout: home
search_exclude: true
image: images/logo.png
---
<html>
<head>
<style>
body {
background-image: url(https://i.ibb.co/QcHcsgc/Untitled-drawing.png);
}
.myDiv {
text-align: left;
border: 0px solid rgb(0, 0, 0);
padding: 30px;
background-color: #4d4d4dbe;
width: 100%;
margin: auto;
border-radius: 25px;
}
h2.tealheader {
color:rgb(0, 255, 170);
font-family:'Courier New';
}
</style>
</head>
<div class="myDiv">
<body>
<h1 style="color:rgb(0, 255, 170);text-align:center;text-align:center;font-family:'Courier New'">
Aiden Huynh's very <s>poorly</s> <b style="font-family: brush script mt;">beautifully</b> designed blog
</h1>
<img src="https://weblium.com/blog/wp-content/uploads/2020/09/Design-7-800x437.png" alt="haha it broken">
Sample text
<br>
<br>
<h2 class="tealheader">Actually Important Stuff</h2>
<i style="color:rgb(0, 255, 170)">It's a sub menu!</i>
{% include submenu.html %}
<h2 class="tealheader">List of my greatest accomplishments:</h2>
<ul style="color:rgb(2, 231, 155)">
<li>Making <a href="https://aidenhuynh.github.io/CS_Swag/">this blog</a></li>
<li>Making the <a href="https://i.ibb.co/QcHcsgc/Untitled-drawing.png">background image</a></li>
<li>
<img src="https://i.ibb.co/jwsHxrz/Epic-text.png"
width="586.5"
height="77.25"
alt="literally nothing else">
</li>
<li><img src="https://media0.giphy.com/media/74ySzYgrcYkKc/200.gif" alt="funny looking emoji gif thing"></li>
</ul>
</body>
</div>
<br>
</html>