-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
62 lines (55 loc) · 2.91 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>inkvent.</title>
<link rel="stylesheet" type="text/css" href="/inkvent/static/styles/about.css">
</head>
<body>
<nav class="navbar">
<div class="nav-center"><a href="/inkvent/index.html?all_articles=">inkvent.</a></div>
<div class="nav-right"><a href="/inkvent/about.html">about us</a></div>
</nav>
<div class="about">
<div class="about-container">
<h1>about us</h1>
<p>
Welcome to inkvent, the blog where we explore everything from the mundane to the marvelous.
We are Arihant and Ira, two writers who love to play with words and create stories that will
make you laugh, cry, and think. Whether it's about the latest trends, the mysteries of the
universe, or the secrets of our own minds, we are always curious and eager to share our
insights with you. Join us on our inkventures and discover the wonders of reading and writing!
</p>
<div>
<h2>ira</h2>
<div class="metadata-container">
<p id="ira">
ira is a writer, poet, and artist who has a knack for finding humor and beauty in everything.
She is passionate about literature and its ability to inspire people and change the world. She
is also a huge fan of art and enjoys painting and sketching. Whether she is writing about her
hilarious adventures, sharing her insightful poems, or showcasing her stunning artworks, ira
always delivers a dose of joy and creativity to her readers.
</p>
<img src="https://fadcdn.s3.ap-south-1.amazonaws.com/media/profilepic/263958/1626411048_fookin%20avocados.png"
alt="Picture of Ira">
</div>
</div>
<div>
<h2>Arihant</h2>
<div class="metadata-container">
<img src="https://i1.sndcdn.com/avatars-F7Yqf8uQokJsplpA-NWwpJQ-t500x500.jpg"
alt="Picture of Arihant">
<p id="arihant">
Arihant is a writer, and musician. He is passionate about technology and its applications in
everyday life. He is also a huge fan of music and enjoys playing the piano. He likes to share
his insights and opinions on various topics through his blog and social media. He is always
curious to learn new things and explore new possibilities. He is friendly, creative, and
open-minded.
</p>
</div>
</div>
</div>
</div>
</body>
</html>