-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
210 lines (170 loc) · 8.15 KB
/
index.html
File metadata and controls
210 lines (170 loc) · 8.15 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
<!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.0">
<title>SApcPro</title>
<script src="https://kit.fontawesome.com/cab2e9e998.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="wrapper" tag=home>
<nav>
<a href="index.html"><img src="images/logo.png" alt="" class="logo"></a>
<a href="https://www.youtube.com/c/SApcProSergijAleksovski?sub_confirmation=1" class="sub-btn">Subscribe <i class="fab fa-youtube"></i></a>
<a href="https://odysee.com/$/invite/@sapcpro:1" class="follow-btn">Follow on Odysee <i class="fas fa-plus-circle"></i></a>
<a href="index-mk.html" class=translate> Македонски <i class="fa-solid fa-language"></i></a>
<ul>
<li>
<a href="https://github.com/Sergij-SApcPro">My Projects</a>
</li>
<li>
<a href="https://www.youtube.com/c/SApcProSergijAleksovski/videos">Tutorials</a>
</li>
<li>
<a href="#about-me">About me</a>
</li>
<li>
<a href="#contact-me">Contact me</a>
</li>
</ul>
</nav>
<!-- End of navigation menu -->
<div class=hero-section>
<div class="left">
<p class=backdrop></p>
<h1 class=hero-txt>Always
there <br>
to help <br>
you
</h1>
<p class=underline></p>
<img src="images/Ellipse.svg" alt="" class=hero-circle>
<img src="images/Ellipse.svg" alt="" class=hero-circle2>
<p class=hero-txt>
Free Tech tutorials on YouTube and Odysee <br>
Also Learning Programming
</p>
</div>
<div class="right">
<img src="images/hero-image.svg" alt="" class=hero-img>
<img src="images/Ellipse.svg" alt="" class=btn-circle>
<ul class=hero-btns>
<li>
<a href="#my-top-project" class="btn-transparent">My Top Project</a>
<li>
<a href="https://www.youtube.com/c/SApcProSergijAleksovski/videos" class="btn-filled">Videos on YouTube</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!-- End of header -->
<div class="wrapper" id="about-me">
<h2 class="about-me-title">About me</h2>
<section class="about-me-section">
<div class="left">
<img src="images/profile-picture2.jpg" alt="" class=profile-pic>
<img src="images/Ellipse.svg" alt="" class=about-me-circle>
<img src="images/Ellipse.svg" alt=""class=about-me-circle2>
<img src="images/Profile Ellipse.svg" alt="" class=profile-ellipse>
</div>
<div class="right">
<div class=about-me-card>
<h3>Sergij Aleksovski</h3>
<p>
   Hi I'm Sergij Aleksovski, a 16 years old boy who learns and is <br>
programming. I personally really like programming including fixing <br>
computers and other devices. I also really like to design and I am a <br>
creative person. <br>
   My YouTube channel currently has more than 300 subscribers. <br>
I hope you will like my projects on GitHub, Btw I have only 3 <br>
repositories now. Thanks for the attention!
</p>
<a href="https://biglink.to/sapcpro-links" class="btn-social-links">Social Links<i class="fas fa-link"></i></a>
</div>
</div>
</section>
</div>
<!-- End of About me -->
<section class="my-top-project" id="my-top-project">
<div class="wrapper">
<h2>My Top Project</h2>
<div class="top-project">
<img src="images/sugs-vt-website.png" alt="">
<div class="project-info">
<h3>High School "Vlado Tasevski" - Website</h3>
<p>A full dynamic website for our school "Vlado Tasevski"!</p>
<a href="https://sugsvladotasevski.edu.mk"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<a href="https://github.com/Sergij-SApcPro" class="large-btn">See all on GitHub<i class="fab fa-github-alt"></i></a>
</div>
</section>
<!-- End of My Top Project Section -->
<section class="contact-me" id="contact-me">
<div class="wrapper">
<h2>Contact me</h2>
<div class="contact-me-card">
<h3>My Email</h3>
<div class="my-email">
<p>sergijaleksovski@yahoo.com</p>
<a href="mailto: sergijaleksovski@yahoo.com" class="copy-btn">Send email</a>
</div>
<div class="social-links">
<h3>Social Links</h3>
<ul class="social-links-list">
<li>
<a href="https://www.facebook.com/SergijAleksovski" class="facebook-icon">Facebook Site<i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://www.instagram.com/sergij_aleksovski/" class="instagram-icon">Instagram<i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://discord.com/invite/ERKdhZdfqc" class="discord-icon">Discord Server<i class="fab fa-discord"></i></a>
</li>
<li>
<a href="https://www.tiktok.com/@sergij_sapcpro" class="tiktok-icon">Tiktok<i class="fab fa-tiktok"></i></a>
</li>
<li>
<a href="https://twitter.com/sergijaleksovs4" class="twitter-icon">Twitter<i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://matrix.to/#/#sapcpro:matrix.org" class="element-icon">Element<img src="images/matrix-logo.svg" alt="" class="matrix-logo"></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- End of Contact me -->
<div class="wrapper">
<section class="credits">
<h2>Website Designed, Coded and Maintained by Sergij Aleksovski (Me) :D</h2>
<!-- <p>Snow effect (by Scott Schiller): <a href="https://github.com/scottschiller/snowstorm/">Link</a></p> -->
</section>
</div>
<footer>
<div class="left">
<p>Other Sites:</p>
<ul>
<li>
<a href="https://sapcproblog.blogspot.com/">Blog</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCh16wGxPELIWC8UyacIxb_g">Aleksovski Brothers Channel</a>
</li>
</ul>
</div>
<div class="right">
<p>Copyright © 2022-2024 SApcPro, All rights reserved. <br>
Website made by Sergij Aleksovski.</p>
</div>
</footer>
<!-- <script src="js/snowstorm-min.js"></script> -->
<script src="js/main.js"></script>
</body>
</html>