-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-mk.html
More file actions
213 lines (173 loc) · 9.26 KB
/
index-mk.html
File metadata and controls
213 lines (173 loc) · 9.26 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
<!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>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/cab2e9e998.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style-mk.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">Претплати се <i class="fab fa-youtube"></i></a>
<a href="https://odysee.com/$/invite/@sapcpro:1" class="follow-btn">Следи ме на Odysee <i class="fas fa-plus-circle"></i></a>
<a href="index.html" class=translate> English <i class="fa-solid fa-language"></i></a>
<ul>
<li>
<a href="https://github.com/Sergij-SApcPro">Мои Проекти</a>
</li>
<li>
<a href="https://www.youtube.com/c/SApcProSergijAleksovski/videos">Туторијали</a>
</li>
<li>
<a href="#about-me">За мене</a>
</li>
<li>
<a href="#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>Секогаш тука <br>
за помош
</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>
Бесплатни туторијали на YouTube и Odysee <br>
Исто така учам и програмирам
</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">Мојот Топ Проект</a>
<li>
<a href="https://www.youtube.com/c/SApcProSergijAleksovski/videos" class="btn-filled">Видеа на YouTube</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!-- End of header -->
<div class="wrapper" id="about-me">
<h2 class="about-me-title">За мене</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>Сергиj Алексовски</h3>
<p>
   Здраво јас сум Сергиј Алексовски, имам 16 години, учам да<br>
програмирам и веќе програмирам. Јас многу сакам програмирање,<br>
а исто така сакам и да поправам компјутери и други уреди. Исто<br>
така јас сакам да дизајнирам и сум креативна личност.<br>
   Мојот YouTube канал има над 300 претплатници. Се надевам<br>
дека ви се допаднаа моите проекти на GitHub (кои се наоѓаат<br>
подолу), иако имам само 3 Repositories на GitHub.<br>
Ви благодарам на вниманието!
</p>
<a href="https://biglink.to/sapcpro-links" class="btn-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>Мојот Најдобар Проект</h2>
<div class="top-project">
<img src="images/sugs-vt-website.png" alt="">
<div class="project-info">
<h3>СУГС „Владо Тасевски“ - Веб страна</h3>
<p>Целосна динамична веб страна, за нашето училиште „Владо Тасевски“!</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">Видете ги сите на 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>Котактирајте ме</h2>
<div class="contact-me-card">
<h3>Мојата Е-Пошта</h3>
<div class="my-email">
<p>sergijaleksovski@yahoo.com</p>
<a href="mailto: sergijaleksovski@yahoo.com" class="copy-btn">Испрати Е-Пошта</a>
</div>
<div class="social-links">
<h3>Социјални Линкови</h3>
<ul class="social-links-list">
<li>
<a href="https://www.facebook.com/SergijAleksovski" class="facebook-icon">Facebook Сајт<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 Сервер<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>Вебстраната е Дизајнирана, Кодирана и Одржувана од<br>
Сергиј Алексовски (Јас) :D</h2>
<!-- <p>Снежен ефект (од Scott Schiller): <a href="https://github.com/scottschiller/snowstorm/">Врска</a></p> -->
</section>
</div>
<footer>
<div class="left">
<p>Други Сајтови:</p>
<ul>
<li>
<a href="https://sapcproblog.blogspot.com/">Блог</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCh16wGxPELIWC8UyacIxb_g">Aleksovski Brothers Канал</a>
</li>
</ul>
</div>
<div class="right">
<p>Copyright © 2022-2024 SApcPro, Сите права задржани.<br>
Вебстрана од Сергиј Алексовски</p>
</div>
</footer>
<!-- <script src="js/snowstorm-min.js"></script> -->
<script src="js/main.js"></script>
</body>
</html>