-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (60 loc) · 3.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cristine Eross - The Blog</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Raleway:wght@100;400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="home">
<div class="nav-cont">
<img src="./me.png" alt="author" width="200px">
<h1>Cristine<br>Eross</h1>
<p>Web Developer,<br> JavaScript Passionate</p>
<div class="nav">
<a href="#">Articles</a>
<a href="#">About</a>
<a href="#">Contact</a>
</div>
<p>© 2023. All rights reserved.</p>
</div>
<div class="cont-cont">
<div class="article">
<h1>You aren't a developer and this isn't your website</h1>
<h2>A story of boosting confidence and not being an asshole by the end of the day</h2>
<h6>26 Jul 2023 · 3 minutes to read</h6>
<a href="#articles/id/23">
<p>When I started out a few years back customizing my Wordpress blog, I fell in love with web development. I've finally found a hobby that keeps me entertained, satisfied and excited at any time of the day. I was searching for web design articles, I was reading about color theories, noticing tiny things on a website that makes a huge difference, such as the line hight, the font and size contrast, and I enjoyed playing around with images and matching color palettes. I would have never called myself a web developer, but I did one hilarious thing: I called my Wordpress blog my website...</p>
</a>
<button>Read more</button>
<div class="separator"></div>
</div>
<div class="article">
<h1>Technology, School Education and the Irony</h1>
<h2>A story of the three musketeers</h2>
<h6>20 Jul 2023 · 4 minutes to read</h6>
<a href="#articles/id/23">
<p>Every self-made developer has a story to share and a background that gives an additional perspective on anything code-related no matter how many years have passed by. My ex is high-school education. Although I've been teaching in a small European country before marrying my code editor, I'm pretty sure that other places face very similar issues, and the irony… well, that's pretty universal, I'm sure...</p>
</a>
<button>Read more</button>
<div class="separator"></div>
</div>
<div class="article">
<h1>My code, your code, his code..</h1>
<h2>Is there such a thing, really?</h2>
<h6>26 Jul 2023 · 3 minutes to read</h6>
<a href="#articles/id/23">
<p>If you are a developer, please please please cross your heart, and tell me you have never used a pre-written code snippet to a project you call your own. Now that we've been through this, let's think about code censorship for a little bit. You might be in the same position as I am to prepare a portfolio...</p>
</a>
<button>Read more</button>
<div class="separator"></div>
</div>
</div>
</div>
</body>
</html>