Skip to content

Commit f4abfd6

Browse files
author
laser
committed
commit 1
1 parent 47684d2 commit f4abfd6

File tree

6 files changed

+79
-2
lines changed

6 files changed

+79
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ <h1 class="title">≈ LAWSEN</h1>
9696
<p>idk much about computers, but i'm learning
9797
<br>python & building this site. thanks for visiting ☆
9898
<br>
99-
<br>i think i go to uf for astronomy
99+
<br>i am studying environmental geoscience and enjoy astronomy
100100
<br>
101-
<br>currently watching: <em>common side effects</em>
101+
<br>currently watching: <em>i need a new show actually</em>
102102
<hr>
103103
</body>
104104

luz.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>baby's first domain</title>
8+
<link rel="icon" href="https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_moe.svg" type="image/x-icon">
9+
</head>
10+
<style>
11+
@font-face {
12+
font-family: 'Wellbutrin';
13+
src: url('Welbut__.ttf') format('truetype');
14+
font-weight: normal;
15+
font-style: normal;
16+
}
17+
18+
@font-face {
19+
font-family: 'BethEllen';
20+
src: url('luz/BethEllen.ttf') format('truetype');
21+
font-weight: normal;
22+
font-style: normal;
23+
}
24+
25+
h1 {
26+
text-align: center;
27+
color: rgb(255, 255, 255);
28+
font-family: 'BethEllen', sans-serif;
29+
}
30+
31+
.title {
32+
margin-bottom: -10px;
33+
}
34+
35+
p {
36+
text-align: center;
37+
color: azure;
38+
}
39+
40+
code {
41+
text-align: center;
42+
color: azure;
43+
}
44+
45+
pre {
46+
text-align: center;
47+
color: azure;
48+
}
49+
50+
div {
51+
display: flex;
52+
justify-content: center;
53+
}
54+
55+
a {
56+
color: rgb(0, 170, 255);
57+
text-decoration: underline;
58+
cursor: pointer;
59+
}
60+
61+
body {
62+
background-color: #5f8168;
63+
font-family: 'BethEllen', sans-serif;
64+
}
65+
</style>
66+
67+
<body>
68+
<h1 class="title">
69+
<img src="luz/squiggle.png"><br>
70+
Jazlyn & Lucy</h1>
71+
<p style="color:rgb(255, 255, 255);">
72+
<img src="luz/title_champ.png" width="185px" height= "170px"><br>
73+
We're tying the knot! And we want you to come celebrate with us!<br><br>
74+
<img src="luz/squiggle.png"><br><br>
75+
<img src="luz/card2.png" width="580px" height= "321px">
76+
77+
</body>

luz/BethEllen.ttf

113 KB
Binary file not shown.

luz/card2.png

145 KB
Loading

luz/squiggle.png

8.58 KB
Loading

luz/title_champ.png

140 KB
Loading

0 commit comments

Comments
 (0)