-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-me.html
52 lines (52 loc) · 2.74 KB
/
about-me.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width initial-scale=1"/>
<title>Live a life</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<header>
<section class="container container-nav">
<div>
<h1>Live the social life</h1>
<span class="subtitle">A blog exploring minimalism in life</span>
</div>
<div id="prim-nav">
<nav aria-label="primary-navigation">
<ul type="none">
<li class="elem"><a href="index.html">Home</a></li>
<li class="elem"><a href="recent-posts.html">Recent Posts</a></li>
<li class="elem"><a href="about-me.html" class="curr-page">About me</a></li>
</ul>
</nav>
</div>
</section>
</header>
<div class="container container-main">
<main role="main" class="main-content">
<article class="article-featured">
<img class="article-featured-img" src="image/man-landscape.jpg" alt="Nature image" title="asthetic nature image" />
<p class="img-subtitle"> 17th July 2022 | 3 comments</p>
<p class="article-featured-body">I was a very easy going child but as I grew up, thinking about my career came naturally to me there were so many things I liked it was difficult to choose just one of them. </p>
<p class="article-featured-body">I really liked everything beside what my country had to sell. I went in the direction on my way here music, illustration, graphic design, and played a whole <em>lot of games</em>. So that could be the reason I was thought of as weird. <strong>I started learning programming </strong> found it very fascinating how I can just order the computer to do something for me. From an early age i was very interested in tech so it was only natural</p>
<p>Now I find myself trying to master web development wanting to see whats out there in the big world, join me in my neat travel adventures.</p>
<a href="#" class="read-more">continue reading</a>
</article>
</main>
<aside class="sidebar">
<div class="p-side">
<h3 class="sidebar-recent-title">RECENT POSTS</h3>
<section class="sidebar-recent-section">
<img class="sidebar-recent-img" src="image/gallery3.jpg" alt="Image showcasing the place" />
<p class="sidebar-body">This place almost felt like a fantasy setting</p>
</section>
<section class="sidebar-recent-section">
<img class="sidebar-recent-img" src="image/fuji.jpg" alt="A very cool fuji mt" />
<p class="sidebar-body">I liked fuji as someone who wanted to visit japan it was a magical experience</p>
</section>
</div>
</aside>
</div>
</body>