-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
47 lines (44 loc) · 2.82 KB
/
info.html
File metadata and controls
47 lines (44 loc) · 2.82 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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<div id="header">
<h2>sergio sanchez<span id="textcursor">|</span></h2>
<div class="nav">
<span class="links" id="aboutLink"><a href="info.html"><img class="pageImgs" id="aboutImg" src="icons/info.png"></a></span>
<span class="links" id="homeLink"><a href="index.html"><img class="pageImgs" id="homeImg" src="icons/home.png"></a></span>
<span class="links" id="workLink"><a href="work.html"><img class="pageImgs" id="workImg" src="icons/file.png"></a></span>
<br>
</div>
</div>
<div class="content">
<div id="imgbox">
<img id="selfphoto" src="N/A">
</div>
<p id="blurb">My name is Sergio Sanchez and I'm one of Jehovah's Witnesses, so I go door to door preaching regularly.
My interests are web developing and designing, astronomy and a small amount of gaming on the side, to name a few. As of the moment I'm enrolled in a program called <a target="_blank" href="https://codenation.org/">Code Nation</a>
who teach HTML, CSS, and JavaScript. I'm currently in the second part of the curriculum, which is called the "Advanced Course".
<br>
<br>
I'm currently a student at Independence high school. I'm interested in looking for a job working with web designing and web developing because, for most of my life and up to now,
I've always wanted to create something, and working with programming or coding languages to build a website is a really nice way to meet that. In my free time I really love to be able to relax
and not have to worry about, if not much, anything.
<br>
<br>
If your interested in seeing some of my work, click on the file icon in the navbar.</p>
</div>
<div id="footer">
<a target="_blank" id="icons8Text" href="https://icons8.com">Icon pack by Icons8</a>
<a href="https://github.com/sess" target="_blank"><img class="linkImgs" id="githubLink" src="icons/github_icon.png"></a>
<a target="_blank" href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=serj.sanch@gmail.com&=BODY&tf=1"><img class="linkImgs" id="emailLink" src="icons/email_icon.png"></a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>