-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (195 loc) · 8.11 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="front end web developer portfolio">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.11/js/all.js" integrity="sha384-ImVoB8Er8knetgQakxuBS4G3RSkyD8IZVVQCAnmRJrDwqJFYUE4YOv+DbIofcO9C" crossorigin="anonymous"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="icon" href="SC-logo.ico">
<title>SC Portfolio</title>
</head>
<body>
<!--header area-->
<header id="header">
<div class="title-card" data-aos="flip-left">
<h1>Stefanie Chin</h1>
<h3>Web Developer</h3>
</div>
<nav>
<div id="nav-fw">
<a href="#featured-work">Featured Work</a>
</div>
<div id="nav-about">
<a href="#about">About Me</a>
</div>
<div id="nav-contact">
<a href="#contact">Contact</a>
</div>
</nav>
</header>
<!--main area-->
<main id="content">
<!--main area: featured work-->
<section id="featured-work" name="featured-work">
<div data-aos="fade-right" data-aos-duration="3000">
<h2>Featured Work</h2>
</div>
<ul>
<li class="card fw1">
<a href="https://histef.github.io/my-reads-app/" target="_blank">
<div class="projects-content">
<h4>Bookshelf App</h4>
<p>Web App that places books on an ebookshelf. Technologies: React, HTML, CSS, JS</p>
</a>
</li>
<li class="card fw2">
<a href="https://histef.github.io/sw-api-bootstrap/" target="_blank">
<div class="projects-content">
<h4>Star Wars</h4>
<p>An interactive website using the Star Wars API. Technologies: Bootstrap, HTML, CSS, JS.</p>
</div>
</a>
</li>
<li class="card fw3">
<a href="https://histef.github.io/memory-game/" target="_blank">
<div class="projects-content">
<h4>Memory Game</h4>
<p>An online version of the classic memory game. Technologies: HTML, CSS, JS.</p>
</div>
</a>
</li>
<li class="card fw4">
<a href="https://codepen.io/histef/full/xYPoJW/" target="_blank">
<div class="projects-content">
<h4>Pixel Canvas</h4>
<p>Fun pixel canvas to draw on to create beautiful pixelated pieces of art. Technologies: HTML, CSS, JavaScript and jQuery.</p>
</div>
</a>
</li>
<li class="card fw5">
<a href="https://histef.github.io/frogger-arcade-game/" target="_blank">
<div class="projects-content">
<h4>Frogger Game</h4>
<p>Homage to the old arcade game. See how many times you can reach the river before you run into a giant bug! Technologies: HTML, CSS, JS.</p>
</div>
</a>
</li>
<li class="card fw6">
<a href="https://shrouded-mountain-32967.herokuapp.com/" target="_blank">
<div class="projects-content">
<h4>To Do List</h4>
<p>Simple todo list using the MERN stack(MongoDB, Mongoose, Express.js, React, Redux, Node.js). Deployed with Heroku</p>
</div>
</a>
</li>
</ul>
</section>
<div id="about" name="about">
<h2>About Me</h2>
<div class="about-content" data-aos="zoom-in">
<p>Hi! I'm a web developer based in Los Angeles. I have a major passion for learning, creativity, and simplicity. I really value self-growth, so I'm always reading, learning something new and trying to challenge myself. In my free time you might find me at a coffee shop or specialty donut store because it's about the small things in life.
</p>
<img src="img/beach-aerial.jpeg" alt="aerial beach photo">
</div>
<section class="skills">
<h3>Skills</h3>
<div class="icon-container">
<div class="skill-icons" data-aos="fade-up" data-aos-duration="600">
<i class="si fab fa-js-square"></i>
<p>JavaScript</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="900">
<i class="si fab fa-react"></i>
<p>React</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="1100">
<i class="si fas fa-code"></i>
<p>jQuery</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="1300">
<i class="si fab fa-sass"></i>
<p>SASS</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="1600">
<i class="si fab fa-css3-alt"></i>
<p>CSS</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="1800">
<i class="si fab fa-html5"></i>
<p>HTML</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="1900">
<i class="si fab fa-node-js"></i>
<p>Node</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="2000">
<i class="si fas fa-train"></i>
<p>Express</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="2200">
<i class="si fas fa-database"></i>
<p>MongoDB</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="2400">
<i class="si fab fa-git"></i>
<p>Git/Github</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="2600">
<i class="si fab fa-gulp"></i>
<p>Gulp</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="2800">
<i class="si fas fa-bold"></i>
<p>Bootstrap</p>
</div>
<div class="skill-icons" data-aos="fade-up" data-aos-duration="3000">
<i class="si fab fa-slack"></i>
<p>Slack</p>
</div>
</div>
</div>
</section>
<section id="contact" name="contact">
<h2>Contact</h2>
<div class="form-container">
<div class="form-btn">
<button>Contact me</button>
</div>
<iframe class="google-form" src="https://docs.google.com/forms/d/e/1FAIpQLSdXGgpewEfCx9S-a_pag_C8tnwFHOGgfBg9adtZMg74tnNwUQ/viewform?embedded=true" width="640" height="891" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</section>
<div id="scroll-to-top-icon" aria-label="scroll back to top" data-aos="fade-up">
<a href='#header'><i class="fas fa-arrow-up" ></i></a>
</div>
</main>
<hr>
<!--footer area-->
<footer>
<img class="logo" src="img/SC-logo.png" alt="logo">
<p>© Stefanie Chin</p>
<div class="socials">
<a href="https://www.linkedin.com/in/histef" aria-label="go to linkedin profile"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/histef" aria-label="go to github profile"><i class="fab fa-github"></i></a>
<a href="https://codepen.io/dashboard/" aria-label="go to codepen"><i class="fab fa-codepen"></i></a>
</div>
</footer>
<script type="text/javascript" src='js/index.js'></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
duration: 1500
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132386598-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132386598-1');
</script>
<!-- <script src="js/sw-register.js"></script> -->
</body>
</html>