-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·97 lines (88 loc) · 3.74 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ALee Portfolio</title>
<script src="https://use.fontawesome.com/d1fb8a32bb.js"></script>
<link href="https://fonts.googleapis.com/css?family=Pompiere" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet"> -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="pimg1" id="home">
<nav>
<a class="homenav" href="#sec1">About Me</a>
<a class="homenav" href="#sec2">Projects</a>
<a class="homenav" href="#sec3">Contact</a>
</nav>
<div class="ptext">
<span class="border">
Andrea Lee
</span>
</div>
</div>
<section class="section section-light" id="sec1">
<h2>About Me</h2>
<p>
<a class="bodynav" target="_blank" href="./img/ALee-JrWebDevRes-Jan2018v2.pdf"> Click here to see my resume.</a>
</p>
<p>
I am an intellectually curious junior web developer who enjoys learning new skills, languages, and frameworks to expand my knowledge base every day. I also bring with me a set of transferrable skills honed over many years in operations. As a web developer I will be able to leverage this experience having been a vocal end business user, and a champion of new tools, processes, and thought patterns. Right now I'm focused on three things: finding a job with my newfound web development skills, working diligently to enhance said skills, and exploring the outside on my trusty bike.
</p>
<a class="bodynav" href="#home">back to top</a>
</section>
<div class="pimg2">
<div class="ptext">
<span class="border">
Projects
</span>
</div>
</div>
<section class="section section-dark" id="sec2">
<h2>Click below to explore projects</h2>
<p>
<ul>
<li><a class="projnav" target="_blank" href="https://quiet-gorge-57386.herokuapp.com/">InkApp</a>
</li>
<img src='./img/Ruby_on_Rails_2-256.png' class="railspng">
<p class="projdescr">For those who have strong feelings about pens.</p> <p class="projdescr">username: [email protected]</p>
<p class="projdescr">password: demo99</p>
<br>
<li><a class="projnav" target="_blank" href="http://syntax-quiz-p12017.bitballoon.com/">< Syntax Quiz ></a></li>
<img src='./img/js-512.png' class="jspng">
<p class="projdescr">test your knowledge with this basic syntax quiz.</p>
</ul>
</p>
<br>
<a class="bodynav-dark" href="#home">back to top</a>
</section>
<div class="pimg3">
<div class="ptext">
<span class="border">
Contact Info
</span>
</div>
</div>
<section class="section section-dark" id="sec3">
<h2>Please feel free to reach out:</h2>
<p class="fa-2x">
<a href="https://www.linkedin.com/in/leeand"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
<a href="https://github.com/alee092017"><i class="fa fa-github-square" aria-hidden="true"></i></a>
<a href="./img/ALee-JrWebDevRes-Jan2018v2.pdf"><i class="fa fa-file-text-o" id="resicon" aria-hidden="true"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope-square" aria-hidden="true"></i></a>
<i class="fa fa-phone-square" aria-hidden="true"></i>
</p>
<a class="bodynav-dark" href="#home">back to top</a>
</section>
<div class="pimg1">
<div class="ptext">
<span class="border">
Thanks for visiting!
</span>
</div>
<a class="bodynav" href="#home">back to top</a>
</div>
</body>
</html>