-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
31 lines (31 loc) · 1.58 KB
/
blog.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
<!DOCTYPE html>
<html>
<head>
<title>Projects and Experiences</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<meta name="description" content="A personal journal of Experiences and projects that are shaping my professional development. Click on the link to learn more about my projects and some teachable moments!">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav class="nav main-nav">
<a href="index.html" class="link">Home</a>
<a href="test.html" class="link">Test Page</a>
<a href="recursion/recurse.html" class="link">Recursion</a>
</nav>
</header>
<main>
<h1>
This page will be further developed in the future! Sorry for the inconvenience.
</h1>
<p style="font-size: xx-large;">
This page in and of it's self is a fun project that I am learning from. I've learned the basics of html and css.
I'm enjoying coustomizing the page to create what i've drawn. Going forward I may use a template since my goal is not to become a web developer.
My mission is to become a mobile developer.
<br>
Update: I am not going to use a template. I am really having fun learning how to make websites and despite having no intention of becomeing a web dev.
I find it fun and valuable to learn new skills, even if they're for web dev.
</p>
</main>
</body>
</html>