-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (139 loc) · 7.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gene Bogdanovich | iOS Developer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO -->
<meta name="description" content="An independent iOS developer with three years of experience shipping my own product and building apps for clients">
<meta name="keywords" content="iOS, Developer, Swift">
<meta name="author" content="Gene Bogdanovich">
<!-- Fonts -->
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link href="img/favicon/site.webmanifest" rel="manifest">
<!-- Stylesheets -->
<link rel="stylesheet" href="sass/main.css">
</head>
<body class="container">
<header class="header">
<h1 class="header__text">
<span class="heading-1">Hi, I'm Gene,</span>
<span class="heading-2 heading-2--sub">
an independent <b>iOS developer</b> with <b>four</b> years of experience offering <b>seven</b> apps on the App Store and building apps for clients.
</span>
</h1>
</header>
<div class="card">
<img class="avatar" srcset="img/avatar@1x.jpg 1x, img/avatar@2x.jpg 2x" src="img/avatar@1x.jpg" alt="Avatar">
<h2 class="card__text">
<span class="heading-2">Gene Bogdanovich</span>
<span class="body-heading">Independent iOS Developer</span>
</h2>
<ul class="social">
<li class="social__item">
<a href="mailto: info@genebogdanovich.com" class="social__link">
<svg class="social__icon"><use xlink:href="img/sprite.svg#email"></use></svg>
</a>
</li>
<li class="social__item">
<a href="https://www.producthunt.com/@genebogdanovich" target="_blank" class="social__link">
<svg class="social__icon"><use xlink:href="img/sprite.svg#product-hunt"></use></svg>
</a>
</li>
<li class="social__item">
<a href="https://twitter.com/GeneBogdanovich" target="_blank" class="social__link">
<svg class="social__icon"><use xlink:href="img/sprite.svg#twitter"></use></svg>
</a>
</li>
<li class="social__item">
<a href="https://github.com/genebogdanovich" target="_blank" class="social__link">
<svg class="social__icon"><use xlink:href="img/sprite.svg#github"></use></svg>
</a>
</li>
<li class="social__item">
<a href="https://stackoverflow.com/users/7337547/gene-bogdanovich" target="_blank" class="social__link">
<svg class="social__icon"><use xlink:href="img/sprite.svg#stack-overflow"></use></svg>
</a>
</li>
</ul>
</div>
<section class="skills">
<div class="skill">
<svg class="skill__icon"><use xlink:href="img/sprite.svg#swift"></use></svg>
<h3 class="heading-3">App Development</h3>
<p class="skill__text">
I will help you bring your app idea to life -- from initial sketches to product launch. I maintain a SwiftUI-first mindset to develop cutting-edge apps that rise above the challenges of the current market.
</p>
</div>
<div class="skill">
<svg class="skill__icon"><use xlink:href="img/sprite.svg#container"></use></svg>
<h3 class="heading-3">Consulting</h3>
<p class="skill__text">
I will analyze your iOS project and guide you through the steps required to improve its performance. I will assess your app's stats, analytics, financial information, codebase's health, and more.
</p>
</div>
<div class="skill">
<svg class="skill__icon"><use xlink:href="img/sprite.svg#shop"></use></svg>
<h3 class="heading-3">App Marketing</h3>
<p class="skill__text">
I will help your app achieve success on the App Store. Everything from user acquisition to market strategy, App Store optimization to customer churn -- I'm by your side.
</p>
</div>
<div class="skill">
<svg class="skill__icon"><use xlink:href="img/sprite.svg#money"></use></svg>
<h3 class="heading-3">App Monetization</h3>
<p class="skill__text">
I believe customers deserve the very best user experience with in-app purchases. That is why I meticulously studied all aspects of app monetization and will bring my expertise to your business.
</p>
</div>
<div class="skill">
<svg class="skill__icon"><use xlink:href="img/sprite.svg#design"></use></svg>
<h3 class="heading-3">iOS Design</h3>
<p class="skill__text">
Since a very young age, I've been passionate about iOS apps. I have a sense of how design should work in the Apple ecosystem. I'm also devoted to making apps accessible to everybody.
</p>
</div>
<div class="skill">
<svg class="skill__icon"><use xlink:href="img/sprite.svg#database"></use></svg>
<h3 class="heading-3">Backend Integration</h3>
<p class="skill__text">
I will work alongside your backend developer to seamlessly integrate and optimize your backend. I also have expert knowledge of Core Data for apps that don't require a remote backend.
</p>
</div>
</section>
<div class="project__app">
<img src="img/iphone@1x.png" alt="ProgressGuard" class="project__img" srcset="img/iphone@1x.png 1x, img/iphone@2x.png 2x">
</div>
<div class="project__content">
<h4 class="heading-4">Martial Arts Journal</h4>
<h2 class="heading-2 mb-sm">ProgressGuard</h2>
<p class="project__text">
Meet my product on the App Store. As a martial arts practitioner, I've built this app for fellow artists. This project gave me a solid understanding of conceptualizing, designing, building, shipping, and marketing a software product.
</p>
<!-- <a class="btn" href="" target="_blank">Join the beta</a>-->
<a href="https://apps.apple.com/us/app/progressguard/id1610300831?itsct=apps_box_badge&itscg=30200" target="_blank" style="display: inline-block; overflow: hidden; border-radius: 1.3rem; width: 16rem; height: 5.2rem;">
<img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83&releaseDate=1646179200&h=ed686ee9ec6e6314f523f7934b634e83" alt="Download on the App Store" style="border-radius: 1.3rem; width: 16rem; height: 5.2rem;">
</a>
</div>
<footer class="footer">
<ul class="nav">
<li class="nav__item"><a href="https://www.dropbox.com/scl/fi/ks1cjtmuhu04744q86tzm/Gene_Bogdanovich_-_iOS_Developer.pdf?rlkey=uab2b7wn42d687426hm3gykjr&dl=0" class="nav__link" target="_blank">Download Resume</a></li>
</ul>
<p class="copyright">
This website contains material copyrighted by 3rd parties.
iPhone is trademark of Apple Inc., registered in the U.S. and other countries.<br>
Background photo by <a class ="copyright__link" href="https://unsplash.com/@kevinjiner" target="_blank">Kévin JINER</a> on <a class ="copyright__link" href="https://unsplash.com" target="_blank">Unsplash</a>.
Icons made by <a class ="copyright__link" href="https://twitter.com/alexandrustk" target="_blank">@alexandrustk</a> and <a
class ="copyright__link" href="https://twitter.com/Jatodaro" target="_blank">@jatodaro</a>.
iPhone mockup made by <a class ="copyright__link" href="https://dribbble.com/d83" target="_blank">Daniel Marian</a>.<br>
© Copyright <script>
document.write(new Date().getFullYear())</script> by Yauhen Bahdanovich. All rights reserved.
</p>
</footer>
</body>
</html>