-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
83 lines (62 loc) · 2.6 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
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>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118118490-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118118490-1');
</script>
<!-- standard metadata -->
<title>🌸 soft aesthetic ~.~ soft aesthetics for development and creation environments</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="styles.css?v=1.2.2">
<script src="script.js" defer></script>
<!-- card embeds -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@soft_aesthetic_" />
<meta name="twitter:title" content="~ soft aesthetic ~ 🌸" />
<meta name="twitter:description" content="soft aesthetics for development and creation environments" />
<meta name="twitter:image" content="http://soft-aesthetic.club/assets/img/twitter-icon-summary.png" />
</head>
<body>
<main>
<header>
<h1><span class="title-emoji">🌱</span>soft aesthetic</h1>
<h2>soft aesthetics for development and creation environments</h2>
<p>
<a class="btn-link github-org-link" href="https://github.com/soft-aesthetic">~soft aesthetic~ on github</a>
</p>
</header>
<!-- <hr/> -->
<a class="theme-link btn-link" href="soft-era.html">
<div class="theme-link-description">
<h3>soft era</h3>
<p>🌸 a light pastel syntax theme for cozy, cute coding & typing. for many platforms~</p>
</div>
<div class="theme-thumbnail-wrapper">
<img class="theme-thumbnail" src="assets/img/soft-era.png" alt="soft era preview thumbnail">
</div>
</a>
<hr/>
<section class="description">
<p>
^.^
<br> make stuff and learn.
<br> make the world your kinda place.
<br> take care of the people around you 🌿
</p>
</section>
<hr/>
<footer>
<p>♡ lovingly brought 2 u by <a href="http://loveme.computer">Audrey Moon</a></p>
</footer>
</main>
</body>
</html>