-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (145 loc) · 10 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Erik Rod</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css" integrity="sha512-xA6Hp6oezhjd6LiLZynuukm80f8BoZ3OpcEYaqKoCV3HKQDrYjDE1Gu8ocxgxoXmwmSzM4iqPvCsOkQNiu41GA==" crossorigin="anonymous" />
<link rel="stylesheet" href="css/style.css" >
<link rel="stylesheet" href="https://mciastek.github.io/sal/dist/sal.css" >
</head>
<body>
<header>
<button class="nav-toggle" aria-label="toggle navigation placeholder">
<span class="hamburger"></span>
</button>
<nav class="nav">
<ul class="nav__list"> <!-- hamburger icon menu -->
<li class="nav__item"><a href="#home" class="nav__link">Home</a></li>
<li class="nav__item"><a href="#services" class="nav__link">My Services</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About Me</a></li>
<li class="nav__item"><a href="#work" class="nav__link">My Work</a></li>
</ul>
</nav>
</header>
<!-- Introduction -->
<section class="intro" id="home" data-sal="slide-left" data-sal-duration="1200">
<h1 class="section__title section__title--intro" >
Hi, I'm <strong>Erik</strong>
</h1>
<p class="section__subtitle section__subtitle--intro">Web & Game Dev</p>
<img src="img/monkey.svg" alt="placeholder pic of a monkey!" class="intro__img">
</section>
<!-- My Services -->
<section class="my-services" id="services" >
<h2 class="section__title section__title--services" data-sal="slide-right" data-sal-duration="1200">What I do</h2>
<div class="services" data-sal="slide-right" data-sal-duration="1200">
<div class="ind_service">
<h3>Website Development</h3>
<p id="web-desc"> I'm happy to work with you to make the best website possible. I will also upkeep your website if you want, whether it be for a business or a hobby website!</p>
</div> <!-- / service -->
<div class="ind_service">
<h3>Front/Backend Work</h3>
<p id="work-desc">I'm able to do frontend or backend development work. I can adapt to whatever your needs may be. I'm currently in college studying to get my BS in Information Science & Data Analytics!</p>
</div> <!-- / service -->
<div class="ind_service">
<h3>Game Programming</h3>
<p id="game-desc"> I have experience using Unity and C# to make awesome, and beautiful games. I have played many different types of video-games growing up so I have a good range of knowledge on different video game concepts and designs.</p>
</div> <!-- / service -->
</div> <!-- / services -->
<a href="#work" class="btn">My Work</a>
</section>
<!-- About Me -->
<section class="about-me" id="about" data-sal="slide-up" data-sal-duration="1200">
<h2 class="section__title section__title--about">Who I am</h2>
<p class="section__subtitle section__subtitle--about"> Program Developer based out of CA</p>
<div class="about-me__body">
<p>Growing up in the Bay Area has made me who I am today. Learning about the different cultures and values of the communities here has helped me understand who I will be helping out.</p>
</div>
<img src="img/koalaanimal.svg" alt="placeholder image in about me" class="about-me__img">
</section>
<!-- My Work -->
<section class="my-work" id="work">
<h2 class="section__title section__title--work">My Work</h2>
<p class="section__subtitle section__subtitle--work">A collection of my projects</p>
<div class="portfolio">
<!-- Portfolio Item -->
<a href="https://wbsly.com/" class="portfolio__item">
<div class="item-descriptions">WBSLY : UI Component Library</div>
<img src="img/Screenshot 2024-07-21 at 15-27-43 Components.png" alt="placeholder for portfolio image" class="portfolio__img">
</a>
<!-- Portfolio Item -->
<a href="https://oppkey.com/" class="portfolio__item">
<div class="item-descriptions">Oppkey Website</div>
<img src="img/Screenshot 2024-07-21 at 15-29-00 Oppkey developer relations.png" alt="placeholder for portfolio image" class="portfolio__img">
</a>
<!-- Portfolio Item -->
<a href="https://hydrolinksystems.com/" class="portfolio__item">
<div class="item-descriptions">HydroLink Systems Website</div>
<img src="img/Screenshot 2024-07-21 at 15-25-39 HydroLink Systems.png" alt="placeholder for portfolio image" class="portfolio__img">
</a>
<!-- Portfolio Item Ferraro -->
<a href="https://www.ferraroprecision.com/" class="portfolio__item">
<div class="item-descriptions">Website: Landing page for the business Ferraro Precision</div>
<img src="img/ferrarowebsitePhoto.png" alt="placeholder for portfolio image" class="portfolio__img">
</a>
<!-- Portfolio Item Mobile App -->
<a href="https://snack.expo.dev/@airtechwick/c2cd42?platform=android" class="portfolio__item">
<div class="item-descriptions">Mobile App: React Native Application that uses a 360 Camera API to control the device.</div>
<img src="img/Screenshot 2023-06-29 at 15-33-17 github.com_AirTechWick_expo-app-theta-x - Snack.png" alt="placeholder for portfolio image" class="portfolio__img">
</a>
<!-- Portfolio Item Guide Docs -->
<a href="https://grimdocs.app/" class="portfolio__item">
<div class="item-descriptions">Documentation Guide: modding documentation/guide for the video game Grim Dawn.</div>
<img src="img/Screenshot 2023-06-29 at 15-43-08 Grim Docs.png" alt="placeholder for portfolio image" class="portfolio__img">
</a>
<!-- Portfolio Item Video Game -->
<a href="https://airtechwick.itch.io/the-bee-planter" class="portfolio__item">
<div class="item-descriptions">Video Game: "The Bee Planter" video game I programmed and entered into the GBJAM 10 Competition.</div>
<img src="img/Screenshot 2023-06-29 at 15-50-52 The Bee Planter by AirTechWick strawberrycongee.png" alt="placeholder for portfolio image" class="portfolio__img">
</a>
<!-- Portfolio Item Calculator -->
<a href="https://airtechwick.github.io/calculator/" class="portfolio__item">
<div class="item-descriptions">Project Calculator: Its a working calculator with a cool glow effect and is fully functional</div>
<img src="img/calculatorWebsite.png" alt="placeholder for portfolio image" class="portfolio__img">
</a>
<!-- Portfolio Item Etch A Sketch -->
<a href="https://airtechwick.github.io/etch-a-sketch/" class="portfolio__item">
<div class="item-descriptions">Project Etcha-A-Sketch: Dynamically changes the pen size with JavaScript and can change the pen color!</div>
<img src="img/etchasketch.png" class="portfolio__img">
</a>
<!-- Portfolio Item Google -->
<a href="https://airtechwick.github.io/google-homepage/" class="portfolio__item">
<div class="item-descriptions">Website: A project that replicates the Google Homepage website</div>
<img src="img/Google.png" alt="placeholder for portfolio image" class="portfolio__img">
</a>
<!-- Portfolio Item SVCTE -->
<a href="https://eriksvcte.netlify.app/index.html" class="portfolio__item">
<div class="item-descriptions">HighSchool Portfolio: My portfolio that I made from taking a Mobile Apps Design class in HighSchool</div>
<img src="img/svctepicture.png" alt="placeholder for portfolio image" class="portfolio__img">
</a>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<!-- own email address -->
<a href="mailto:[email protected]" class="footer__link">[email protected]</a>
<ul class="social-list">
<li class="social-list__item">
<a class="social-list__link" href="https://github.com/AirTechWick">
<i class="fab fa-github"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://www.linkedin.com/in/erik-rod/">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</footer>
<script src="https://mciastek.github.io/sal/dist/sal.js"></script>
<script src="js/index.js"></script>
<script>sal({once: false});</script>
</body>
</html>