-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
149 lines (137 loc) · 6.45 KB
/
index.html
File metadata and controls
149 lines (137 loc) · 6.45 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!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">
<link rel="stylesheet" href="./styles/main.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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/43c7125603.js" crossorigin="anonymous"></script> <title>DEVIt-YJ</title>
</head>
<body>
<header>
<nav class="top-bar">
<div class="title">
<a class="title-container" href="#">
<i class="fa-solid fa-code"></i>
<div class="my-title">My Journey to Become a Software Dev</div>
</a>
</div>
<ul class="nav-bar">
<li class="home"><a href="#">Home</a></li>
<li class="links"><a href="#blog-links">Group Project</a></li>
<li class="challenges"><a href="#js-challenge">JS Challenges</a></li>
<li class="about-me"><a href="#about">About Me</a></li>
</ul>
</nav> <!-- top-bar -->
</header>
<main>
<!-- Main section-->
<section class="main-page">
<img class="main-img" src="./styles/img/codingIMG.jpg" alt="coding">
<h1 class="main-msg">Welcome to<br/>My Awesome Devlog</h1>
</section> <!-- main-page section -->
<!-- Blog link section -->
<section id="blog-links">
<div class="divider"></div>
<h3>
Weekly Group Projects Collection
</h3>
<div class="img-container">
<!-- ./blog/te-houtaewa-template.html -->
<a href="https://github.com/DEV-YJY/Week2-Movie-Generator" class="link-container">
<img class="blog-img" src="./styles/img/first-blog.jpg" alt="macbook">
<p class="img-title">Week2 - Movie Generator</p>
<!-- te-houtaewa -->
</a>
<!-- ./blog/html-css.html -->
<a href="https://github.com/DEV-YJY/Week3-The-Octopedes" class="link-container">
<img class="blog-img" src="./styles/img/second-blog.jpg" alt="mobilePhone">
<p class="img-title">Week3 - Octopedes</p>
<!-- CSS Class & ID -->
</a>
<!-- ./blog/identity-values.html -->
<a href="https://github.com/DEV-YJY/Week4-Sorry-I-forgot" class="link-container">
<img class="blog-img" src="./styles/img/third-blog.jpg" alt="person-typing">
<p class="img-title">Week 4 - Sorry I forgot</p>
<!-- Identity & Values -->
</a>
<!-- ./blog/learning-plan.html -->
<a href="https://github.com/DEV-YJY/Week5-Your-best-guess" class="link-container">
<img class="blog-img" src="./styles/img/fourth-blog.jpg" alt="camera">
<p class="img-title">Week 5 - Your best guess</p>
<!-- Learning Plan -->
</a>
<!-- ./blog/emotional-intelligence.html -->
<a href="https://github.com/DEV-YJY/Week6-Cat-norris" class="link-container">
<img class="blog-img" src="./styles/img/fifth-blog.jpg" alt="brush">
<p class="img-title">Week 6 - Cat Norris</p>
<!-- Emotional-intelligence -->
</a>
<!-- <a href="./blog/javascript-dom.html" class="link-container">
<img class="blog-img" src="./styles/img/sixth-blog.jpg" alt="macbook and iphone">
<p class="img-title">Javascript-DOM</p>
</a> -->
<!-- <a href="./blog/neuroplasticity.html" class="link-container">
<img class="blog-img" src="./styles/img/seventh-blog.jpg" alt="frame">
<p class="img-title">Neuroplasticity</p>
</a>
<a href="./blog/problem-solving.html" class="link-container">
<img class="blog-img" src="./styles/img/eighth-blog.jpg" alt="stair">
<p class="img-title">Problem-solving</p>
</a>
<a href="./blog/foundations-reflection.html" class="link-container">
<img class="blog-img" src="./styles/img/nineth-blog.jpg" alt="european-buildings">
<p class="img-title">Foundations Reflection</p>
</a> -->
</div>
</section> <!-- blog-links section -->
<div id="js-challenge">
<div class="divider"></div>
<h3>
Javascript Challenges
</h3>
<div class="js-link">
<a href="https://dev-yjy.github.io/tic-tac-toe/">
Tic-tac-toe
</a>
<a href="https://dev-yjy.github.io/javascript-carnival/inflate-the-unicorn/inflate-the-unicorn.html">
Inflate the unicorn
</a>
<a href="https://dev-yjy.github.io/javascript-carnival/dress-the-clown/dress-the-clown.html">
Dress the clown
</a>
<a href="https://dev-yjy.github.io/javascript-carnival/whack-a-mole/whack-a-mole.html">
Whack a mole
</a>
<a href="https://dev-yjy.github.io/minesweeper/">
Minesweeper
</a>
<a href="https://dev-yjy.github.io/calculator/">
Calculator
</a>
</div>
</section>
<!-- about section -->
<section id="about">
<div class="divider"></div>
<h3>
About Me
</h3>
<div class="my-intro">
An Ex-science Person who used to work in the Pharmaceutical & Food industry. Now, paving his way to become a Dev.
</div>
</section> <!-- about section -->
</main>
<!-- Footer section -->
<footer>
<div class="line"></div>
<p class="foot">
Copyright © 2022 YJ You( yyou017@gmail.com
). All Rights Reserved
</p>
</footer> <!-- footer -->
</body>
</html>