-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
214 lines (200 loc) · 9.35 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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Milestone Portfolio | Neutral & Pleasing Theme</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<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=Alike&family=Open+Sans:wght@400;700&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<div class="content-wrapper">
<nav>
<ul>
<li><a href="#work">projects</a></li>
<li><a href="#skills">skills</a></li>
<li><a href="#about">about</a></li>
<li><a href="#contact" id="contact-link">contact me</a></li>
</ul>
</nav>
<div class="home-title">
<h1>Hi there, I’m Hana Badin!</h1>
<h2>I'm a Front End Web Developer who creates beautiful, memorable websites in Ottawa, CA.</h2>
</div>
</div>
</header>
<main>
<article class="portfolio">
<section id="work">
<div class="content-wrapper">
<h3 class="portfolio-header">Projects</h3> <!-- implement change to Projects -->
<div class="portfolio-wrapper">
<div class="home-portfolio-piece">
<figure>
<a href="https://i4u8y.csb.app" target="_blank"><img src="img/sticky-note.png"
alt="Sticky Note Project"></a>
</figure>
<h4>Super Sticky Notes</h4>
<p class="project-description">Greenfield project creating a Sticky Notes web app. Uses
multiple
components to build the classic sticky note UI with the ability to add, edit, delete and search
for notes.</p>
<p><span>Skills: </span>React, JSX, Components</p>
<p class="flex-fill"><span>Tools: </span>CodeSandbox, Props, State</p>
<a class="project-link" href="https://i4u8y.csb.app" target="_blank">live page</a>
</div>
<div class="home-portfolio-piece">
<figure>
<a href="https://skillcrush.github.io/github-repo-gallery/" target="_blank"><img
src="img/github-repo-gallery.png" alt="GitHub Repo Gallery"></a>
</figure>
<h4>GitHub Repo Gallery</h4>
<p class="project-description">Uses GitHub's API to pull data from my GitHub portfolio to
create a gallery
of repos. Visitors to the site can click on the repos to see more details and a link to the repo.</p>
<p><span>Skills: </span>JavaScript</p>
<p class="flex-fill"><span>Tools: </span>REST API, GitHub Pages</p>
<a class="project-link" href="https://skillcrush.github.io/github-repo-gallery/" target="_blank">live
page</a>
</div>
<div class="home-portfolio-piece">
<figure>
<a href="https://skillcrush.github.io/guess-the-word/" target="_blank"><img
src="img/guess-the-word-game.png" alt="Guess the Word Game"></a>
</figure>
<h4>Guess the Word Game</h4>
<p class="project-description">Players guess the word by entering one letter at a time. If
the player
guesses all the letters correctly before they use up their allotted guesses, they win!</p>
<p><span>Skills: </span>JavaScript</p>
<p class="flex-fill"><span>Tools: </span>GitHub Pages, JSON</p>
<a class="project-link" href="https://skillcrush.github.io/guess-the-word/" target="_blank">live page</a>
</div>
<div class="home-portfolio-piece">
<figure>
<a href="https://skillcrush.github.io/206-unplugged_retreat/" target="_blank"><img
src="img/unplugged.png" alt="Unplugged Site"></a>
</figure>
<h4>Unplugged</h4>
<p class="project-description">A multi-page responsive website coded with Flexbox. This
versatile design has several sections, including a Cards design pattern, that can be repurposed for
different sites.</p>
<p><span>Skills: </span>HTML, CSS, Flexbox</p>
<p class="flex-fill"><span>Tools: </span>Chrome DevTools, GitHub Pages</p>
<a class="project-link" href="https://skillcrush.github.io/206-unplugged_retreat/" target="_blank">live
page</a>
</div>
<div class="home-portfolio-piece">
<figure>
<a href="https://skillcrush.github.io/coding-responsive-rogue-pickings/" target="_blank"><img
src="img/rogue-pickings.png" alt="Rogue Pickings site"></a>
</figure>
<h4>Rogue Pickings</h4>
<p class="project-description">A simple home page perfect for a pop-up restaurant or food
truck. Originally a static website, I converted it into a responsive design using Flexbox.</p>
<p><span>Skills: </span>HTML, CSS, Flexbox</p>
<p class="flex-fill"><span>Tools: </span>Chrome DevTools, GitHub Pages</p>
<a class="project-link" href="https://skillcrush.github.io/coding-responsive-rogue-pickings/"
target="_blank">live
page</a>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="content-wrapper">
<h3 class="skills-header">Skills</h3>
<h4>Developer Skills</h4>
<div class="language-wrapper">
<p class="skill">HTML and CSS</p>
<p class="skill">JavaScript</p>
<p class="skill">React</p>
<p class="skill">Responsive web development</p>
<p class="skill">WordPress</p>
<p class="skill">Git and GitHub</p>
</div>
<h4>Tech Stack</h4>
<div class="tool-wrapper">
<p class="tool">Chrome DevTools</p>
<p class="tool">GitHub Pages</p>
<p class="tool">Figma</p>
</div>
</div>
</section>
</article>
<section id="about">
<div class="content-wrapper">
<div class="about-content-wrapper">
<figure>
<img src="img/pexels-cedric-fauntleroy-8154426.jpg" alt="" id="profile-image">
</figure>
<div class="about-info">
<h3>Hi! I’m Hana Badin.</h3>
<h4>I'm a Front End Web Developer with a passion for creating clean, responsive websites.</h4>
<p class="about-text">I’ve enjoyed tinkering with computers since I was a kid. I was the one
making custom MySpace backgrounds. As an adult, my interest has shifted to building beautiful web pages.
When I’m not coding or taking care of my 2-year-old son, I’m busy baking the world’s best sourdough bread
and daydreaming about my next travel adventure.
</p>
<p><span>Can't wait to work with you!</span></p>
</div>
</div>
</div>
</section>
</main>
<footer id="contact">
<div class="content-wrapper">
<h3>Let's Connect</h3>
<div class="contact-wrapper">
<div class="contact-info">
<h5 class="contact-title">Hire me</h5>
<p>555-555-5555</p>
<p>hello@hanabadin.com</p>
</div>
<div class="contact-info follow-section">
<h5 class="contact-title">Follow me</h5>
<ul class="social-icons">
<li><a href="https://www.linkedin.com/school/skillcrush/mycompany/" target="_blank"><i
class="fab fa-linkedin-in"></i></a>
</li>
<li><a href="https://github.com/skillcrush" target="_blank"><i class="fab fa-github"></i></a></li>
</ul>
</div>
<div class="contact-info">
<h5 class="contact-title">Meet me</h5>
<p>Ottawa, CA</p>
<p>Let's go to meetups together!</p>
</div>
</div>
<p>Copyright
<script>document.write(new Date().getFullYear())</script> | Hana Badin
</p>
</div>
</footer>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>