-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
167 lines (162 loc) · 7.82 KB
/
home.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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html data-theme="dark" 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="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Oxygen&family=Oxygen+Mono&display=swap" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" />
<link rel="stylesheet" href="./style.css" />
<title>Laura OBrien Portfolio</title>
</head>
<body>
<nav>
<ul>
<li>
<h1>
<a href="home.html"><span class="fas fa-code" aria-hidden="true"></span>Laura OBrien</a
>
</h1>
</li>
" <label for="Light/dark mode">
<input type="checkbox" id="toggle" name="toggle" role="switch" checked></input>
</label>"
<li><a href="#projects">Projects</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#contact">Contact</a></li>
<li>
<a href="https://www.linkedin.com/in/lauraobdev/" target="_blank">
<span class="fab fa-linkedin" aria-hidden="true"></span>
<span class="sr-only">LinkedIn</span>
</a>
</li>
<li>
<a href="https://www.github.com/jlor1138" target="_blank">
<span class="fab fa-github-square" aria-hidden="true"></span>
<span class="sr-only">Github</span>
</a>
</li>
<li>
<a href="https://www.dropbox.com/s/3z2hm5gu3v2lrfy/JenKramerCV.pdf?dl=0" target="_blank" class="button">Resume</a
>
</li>
</ul>
</nav>
<section id="intro">
<p class="name">Hi, my name is <span>Laura OBrien.</span></p>
<h2>Frontend Developer</h2>
<p>
I am a front end web developer specializing in UI/UX and JavaScript.
I greatly enjoy programming and I am looking forward to working with you!
</p>
</section>
<div class="gradient"></div>
<div class="section-blue">
<section id="projects">
<h2>Projects I'm proud of</h2>
<article>
<div class="text">
<h4>Latest Project</h4>
<h3>Wall of Wonder</h3>
<p class="blackbox">
Description of the project. This should be fairly concise while
also describing the key components that you developed or worked
on. It can be as long as you need it to be but should at least be
a few sentences long. Be sure to include specific links anywhere
in the description. A link looks like
<a href="https://frontendmasters.github.io/grid-flexbox-v2/"
>this</a
>, and multiple links look <a href="#">like this</a> and
<a href="#">like this</a>.
</p>
<h4>Technologies used include:</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Node.js</li>
</ul>
</div>
<img src="https://assets.codepen.io/296057/fem-gettingstartedcss-ch5-1.png" alt="Screenshot of the Wall of Wonder." />
</article>
<article class="reverse">
<div class="text">
<h4>Bootcamp Project</h4>
<h3>Feed-A-Star-Mole Game</h3>
<p class="blackbox">
Description of the project. This should be fairly concise while also describing the key components that you developed or worked on. It can be as long as you need it to be but should at least be a few sentences long. Be sure to include specific links anywhere
in the description. A link looks like
<a href="https://frontendmasters.github.io/bootcamp/mole">this</a
>, and multiple links look <a href="#">like this</a> and
<a href="#">like this</a>.
</p>
<h4>Technologies used include:</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</div>
<img src="https://assets.codepen.io/296057/fem-gettingstartedcss-ch5-5.png" alt="Screenshot of the Frontend Masters Bootcamp." />
</article>
<article>
<div class="text">
<h4>Photography Project</h4>
<h3>Wall of Wonder Collection</h3>
<p class="blackbox">
Description of the project. This should be fairly concise while also describing the key components that you developed or worked on. It can be as long as you need it to be but should at least be a few sentences long. Be sure to include specific links anywhere
in the description. A link looks like
<a href="https://frontendmasters.github.io/grid-flexbox-v2/grid-figure-figcaption">this</a
>, and multiple links look <a href="#">like this</a> and
<a href="#">like this</a>.
</p>
<h4>Technologies used include:</h4>
<ul>
<li>HTML</li>
<li>CSS Grid</li>
</ul>
</div>
<img src="https://assets.codepen.io/296057/fem-gettingstartedcss-ch5-4.png" alt="Screenshot of the Wall of Wonder Collections." />
</article>
</section>
</div>
<div class="gradient"></div>
<div class="section-plum">
<section id="contact">
<h2>Contact me</h2>
<p>
I am looking for my first role!
</p>
<p><a href="mailto:[email protected]" class="button">Email me</a></p>
</section>
</div>
<div class="gradient"></div>
<footer>
<h2>Laura OBrien · Frontend Developer</h2>
<ul>
<li>
<a href="https://www.linkedin.com/in/lauraobdev" target="_blank">
<span class="fab fa-linkedin" aria-hidden="true"></span>
<span class="sr-only">LinkedIn</span>
</a>
</li>
<li>
<a href="https://www.github.com/lor1138" target="_blank">
<span class="fab fa-github-square" aria-hidden="true"></span>
<span class="sr-only">Github</span>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<span class="fas fa-envelope" aria-hidden="true"></span>
<span class="sr-only">Email</span>
</a>
</li>
</ul>
<p><small>© 2024 Laura OBrien. All rights reserved.</small></p>
</footer>
<script src="portfolio.js"></script>
</body>
</html>