-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (207 loc) · 9.11 KB
/
index.html
File metadata and controls
233 lines (207 loc) · 9.11 KB
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html 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">
<title>Milan Stojevski</title>
<link rel="stylesheet" href="assets/css/app.css">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/fav/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/fav/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/fav/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/fav/apple-touch-icon-76x76.png">
<link rel="icon" type="image/png" href="assets/img/fav/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/img/fav/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="assets/img/fav/favicon-16x16.png" sizes="16x16">
<!--[if lt IE 9]><!-->
<script src="assets/js/svg4everybody.legacy.min.js"></script>
<script>
svg4everybody(); // run it now or whenever you are ready
</script>
<script src="assets/js/svg4everybody.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<section class="hero" id="js-hero">
<svg class="triangle-shape" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="white" points="0,100 100,0 100,100" />
</svg>
<a id="js-menu">
<svg class="icon-menu">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-menu" />
</svg>
</a>
<div class="container">
<nav class="primary-menu" role="navigation">
<svg class="icon-close">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-close" />
</svg>
<ul class="primary-menu-header">
<li class="primary-menu-list"><a href="#" class="primary-menu-link">Home</a></li>
<li class="primary-menu-list"><a data-scroll href="#about" class="primary-menu-link">About me</a></li>
<li class="primary-menu-list"><a data-scroll href="#services" class="primary-menu-link">Services</a></li>
<li class="primary-menu-list"><a data-scroll href="#contact" class="primary-menu-link">Contact me</a></li>
</ul>
</nav>
</div>
<div class="hero-holder u-text-center">
<h1 class="site-title">milan stojevski</h1>
<a data-scroll href="#contact" class="btn-contact js-animate"> Get in touch </a>
</div>
</section>
<section class="about u-text-center" id="about">
<div class="container">
<h2 class="section-heading section-heading--dark">About me</h2>
<img src="assets/img/milanstojevski.jpg" alt="milan stojevski" class="avatar js-animate">
<p class="description js-animate">Front-end/WordPress Development expert experienced over 4 years in building websites which are bringing new customers,
generating sales/leads, retaining them and giving them an outstanding experience.</p>
</div>
</section>
<section class="services u-text-center" id="services">
<div class="container">
<h2 class="section-heading">Services</h2>
<div class="wrapper-services hidden-xs hidden-sm">
<div class="row">
<div class="col-md-4 js-animate">
<h3 class="sub-heading">Creative</h3>
<svg class="icon-wand icons-services">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-wand" />
</svg>
<p> Unique and beautiful site for your brand</p>
</div>
<div class="col-md-4 js-animate">
<h3 class="sub-heading">Code</h3>
<svg class="icon-gear icons-services">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-gear" />
</svg>
<p> HTML5,CSS3,Bootstrap,SASS,jQuery,JavaScript</p>
</div>
<div class="col-md-4 js-animate">
<h3 class="sub-heading">Responsive</h3>
<svg class="icon-monitor icons-services">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-monitor" />
</svg>
<p>Mobile frist design</p>
</div>
</div>
<div class="row">
<div class="col-md-4 js-animate">
<h3 class="sub-heading">WordPress</h3>
<svg class="icon-wordpress icons-services">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-wordpress" />
</svg>
<p>WordPress is used by some of the most widely recognized brands in the world</p>
</div>
<div class="col-md-4 js-animate">
<h3 class="sub-heading">Cross-Browser</h3>
<svg class="icons-services">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-browser" />
</svg>
<p>Support to all browsers</p>
</div>
<div class="col-md-4 js-animate">
<h3 class="sub-heading">Optimised</h3>
<svg class="icon-speed icons-services">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-speed" />
</svg>
<p>Fast loading time and compressed</p>
</div>
</div>
</div>
<!--wrapper-->
<div class="wrapper-services-mobile hidden-lg hidden-md">
<div class="ui inverted segment services_accordion">
<div class="ui inverted accordion">
<div class="title">
<!--creative-->
<i class="dropdown icon js-animate"></i>
<h3 class="js-animate sub-heading">Creative and Unique sites</h3>
</div>
<div class="content">
<p class="transition">Unique sites for your brand</p>
</div>
<div class="title">
<!--Coded with -->
<i class="dropdown icon js-animate"></i>
<h3 class="js-animate sub-heading">Coded with latest tehnologies</h3>
</div>
<div class="content">
<p class="transition">HTML5,CSS3,Bootstrap,SASS,jQuery,JavaScript</p>
</div>
<div class="title">
<!--Responsive-->
<i class="dropdown icon js-animate"></i>
<h3 class="js-animate sub-heading">Responsive design</h3>
</div>
<div class="content">
<p class="transition">Your website can be viewed on every device!</p>
</div>
<div class="title">
<!--Cross browsers-->
<i class="dropdown icon js-animate"></i>
<h3 class="js-animate sub-heading">Cross-Browser support</h3>
</div>
<div class="content">
<p class="transition">Your site can be viewed on every browser</p>
</div>
<div class="title">
<!--Optimised-->
<i class="dropdown icon js-animate"></i>
<h3 class="js-animate sub-heading">Optimised</h3>
</div>
<div class="content">
<p class="transition">Clean code and compressed files for better loading time</p>
</div>
</div>
</div>
</div>
</div>
<!--container-->
</section>
<section class="contact" id="contact">
<div class="container">
<h2 class="section-heading">Contact me</h2>
<div class="email-link js-animate">
Send me email
<a href="mailto:stojevskimilan@gmail.com" class="contact-link">stojevskimilan@gmail.com</a>
</div>
<div class="js-animate social-links">
<p>Say <span class="highlight">HI !</span></p>
<a href="https://www.facebook.com/mstojevski94">
<svg class="icon-facebook">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-facebook" />
</svg>
</a>
<a href="https://www.linkedin.com/in/milan-stojevski-a0a95b11a?trk=nav_responsive_tab_profile">
<svg class="icon-linkedin">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-linkedin" />
</svg>
</a>
</div>
<!-- Social links -->
<div class="note-for-end">
<p>Coded with
<svg class="icon-heart">
<use xlink:href="assets/fonts/symbol-defs.svg#icon-heart" />
</svg>
</p>
</div>
<!--note for end-->
</div>
<!--container-->
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/js/accordion.min.js"></script>
<script src="assets/js/scrollreveal.min.js"></script>
<script src="assets/js/smooth-scroll.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>