-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
44 lines (43 loc) · 2.62 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>🎩 About the Dantes Theme</title>
<link rel="stylesheet" href="styles/about-style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" hrelf="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Zilla+Slab&display=swap">
</head>
<body>
<h1>Origin Story</h1>
<img src="images/about.png" alt="make website with vscode">
<h4>Screenshot of working this website's source code :)</h4>
<h3>In middle of October 2021, I started learn html, css and js.</h3>
<div class="about-dantes">
<p>So I installed VScode on my laptop and looked for a dark theme for it. Then I chose the Dracula theme. And I really liked it.</p>
<p>
I really like the concept of dracula theme.
Because its name, Dracula, and its color go really well together.
But I didn't like the color itself a little bit. Because the color wasn't that vivid.
So, I decided make my own color schemes as zenorocha did!
For this, I sought inspiration from many sources. Such as include firefox, material design's color.
</p>
<p>
<strong>At last, October 24, 2021</strong> I made my own color scheme. And I named it "Monte Cristo".
It inspired from a novel "The Count of Monte Cristo" which written by France author, Alexandre Dumas.
It is one of my favorite novel. At first time, I wanted to name it the full name of the novel... But it was quite too long.
So I named it as <strong>"Monte Cristo"</strong>
<strong>Oct 29, 2021</strong> - My first commit was Notepad++. And I keep make theme for many apps such as Windows Terminal and Firefox.
</p>
<p>
After few months later, <strong>on December 10</strong> I decided to <a href="https://github.com/dantestheme/dantes-theme/issues/1" class="announce">renew the theme</a>
So I need to change the color palette and make new theme for theme. The renewed theme now called <strong class="newname">Dantes</strong>. Which inspired from the title character from the novel "The Cound of Monte Cristo"
Dantes now have more better visibility than before. And It also still clear as it did.
</p>
<p>
I hope you liked this theme. And enjoy your works with <strong>The Count of Dark Theme - Dantes</strong> :D
</p>
</div>
</body>
</html>