-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
88 lines (78 loc) · 4.42 KB
/
authors.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
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" lang="en-US">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="quantum-corn genyxis">
<meta name="keywords" content="blog science physics programming coding linux web software development developer politics society philosophy writing design art animation quantum-corn genyxis authors writers content creators bloggers">
<meta name="description" content="Get to know more about the authors and creators behind The Thought Palette">
<title>The Thought Palette Authors</title>
<link href="./styles/reset.css" rel="stylesheet">
<link href="./styles/index.css" rel="stylesheet">
<link href="./styles/theme.css" rel="stylesheet">
<link href="./styles/fonts.css" rel="stylesheet">
</head>
<body>
<header>
<h1><a href="index.html" tabindex="-1">The Thought Palette</a></h1>
<nav>
<ul class="nav">
<li class="Home" translate="yes">
<a href="index.html" accesskey="H" tabindex="1">
<ion-icon name="home-outline" aria-label="Home"></ion-icon>
</a>
</li>
<li class="Blogs" translate="yes">
<a href="./blogs/blogs.html" accesskey="B" tabindex="2">
<ion-icon name="book-outline" aria-label="Blogs"></ion-icon>
</a>
</li>
<li class="Author" translate="yes">
<a href="authors.html" accesskey="A" tabindex="3">
<ion-icon name="people-outline" aria-label="Authors"></ion-icon>
</a>
</li>
</ul>
</nav>
</header>
<h2>Authors</h2>
<div class="spotlight">
<div class="author">
<div class="basic">
<img src="./assets/images/quantum_corn.jpg" alt="a picture of quantum-corn" width="360px" height="360px">
<h2>quantum-corn</h2>
</div>
<div class="bio">
<p>
Just a mad scientist!
</p>
</div>
</div>
<div class="author">
<div class="basic">
<img src="./assets/images/genyxis.jpg" alt="a picture of genyxis" width="360px" height="360px">
<h2>genyxis</h2>
</div>
<div class="bio">
<p>
Hi there, this is genyxis. Currently, I'm pursuing a master's in English Literature, building on my undergraduate studies. My curiosity drives me to explore a wide range of fields—wherever I can get my hands on something new.
</p>
<p>
At heart, I'm a storyteller. I love merging creativity with reality, aiming to reflect the full spectrum of society's beauty and flaws. I believe ignorance isn't bliss, and I strive to create work that helps people understand and navigate life more deeply. My creative pursuits span writing, design, and art, each a way for me to tackle different facets of the human experience.
</p>
<p>
Visual media fascinates me, so I often find myself immersed in movies, series, and anime, analyzing and interpreting them to better understand the world. My thoughts might be a bit unconventional, but they flow from a desire to reach deeper truths and explore the psychological aspects of human life. I'm also a passionate reader and always open to book recommendations from your favorites—I'm eager to dive into new literary adventures.
</p>
<p>
I hope you enjoy my work and feel free to reach out with your thoughts or just to connect. I'd love to hear from you and engage in new discussions.
</p>
</div>
</div>
</div>
<footer>
<p>Designed by genyxis. Developed by quantum-corn.</p>
</footer>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script src="./scripts/nav.js"></script>
</body>
</html>