generated from fastai/fastpages
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
47 lines (45 loc) · 1.32 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
43
44
45
46
47
---
layout: home
search_exclude: true
image: images/logo.png
---
<head>
<style>
:root {
--primary-color: #800080;
--secondary-color: #2907bf;
--aqua-color: #7fffd4;
--text-color: #010101;
}
body {
background-color: var(--secondary-color);
color: var(--text-color);
font-family: 'Comic Sans MS';
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
h4 {
padding: 1rem;
border: 1px solid black;
border-radius: 1rem;
font-size: 2rem;
box-shadow: 0 0 10px rgba(0, 0, 0, 5);
margin-block-end: 0em;
}
h5 {
padding: 1rem;
border: 1px solid black;
border-radius: 1rem;
font-size: 2rem;
box-shadow: 0 0 10px rgba(0, 0, 0, 5);
}
</style>
<body>
<h4><center>This website was created with <a href="https://github.com/fastai/fastpages">fastpages</a> and is used by Lucas at <a href="https://www.powayusd.com/en-US/Schools/HS/DNHS/Home">Del Norte High School</a>.</center><h4>
<center><img src="/Q-tip/images/Screenshot of cat typing 2022-08-26.png" height="auto" width="auto"></center>
<h5><center>Partners: Aniket Team: Aniket, Soham, Ryan</center></h5>
<!--
# Posts -->
<!-- -->