-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·199 lines (199 loc) · 10.7 KB
/
index.html
File metadata and controls
executable file
·199 lines (199 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>draed portofolio</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/experience_timeline.css" rel="stylesheet" />
<!-- adding custom snippet -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function() {
// Load HTML content from another file
$('#about-content').load('about.html');
$('#softskill-content').load('softskill.html');
$('#hardskill-content').load('hardskill.html');
$('#experience-content').load('experience.html');
$('#education-content').load('education.html');
$('#project-content').load('project.html');
$('#project-modal-content').load('project_modal.html');
$('#contact-content').load('contact.html');
});
</script>
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="#page-top">Portofolio</a>
<button class="navbar-toggler text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#about">About</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#softskill">Softskill</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#hardskill">Hardskill</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#experience">Experience</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#education">Education</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#project">Project</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead bg-primary text-white text-center">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Avatar Image-->
<img class="masthead-avatar mb-5" src="assets/img/avatar.jpg" alt="..." style="border-radius: 50%" />
<!-- Masthead Heading-->
<h1 class="masthead-heading text-uppercase mb-0">Victor Sypowski</h1>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-user"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Masthead Subheading-->
<p class="masthead-subheading font-weight-light mb-0">System administrator oriented devops and secops</p>
</div>
</header>
<!-- About Section-->
<section class="page-section" id="about">
<div class="container">
<!-- About Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">About</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-secondary">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon text-secondary"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content-->
<div class="row justify-content-center text-secondary" id="about-content"></div>
</div>
</section>
<!-- Softskill Section-->
<section class="page-section bg-primary text-white mb-0" id="softskill">
<div class="container">
<!-- Softskill Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-white">Softskill</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-person-rays"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Softskill Section Content-->
<div class="row justify-content-center" id="softskill-content"></div>
</div>
</section>
<!-- Hardskill Section-->
<section class="page-section" id="hardskill">
<div class="container">
<!-- Hardskill Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Hardskill</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-secondary">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon text-secondary"><i class="fa-solid fa-square-poll-horizontal"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Hardskill Section Content-->
<div class="row justify-content-center" id="hardskill-content"></div>
</div>
</section>
<!-- Experience Section-->
<section class="page-section bg-primary text-white mb-0" id="experience">
<div class="container">
<!-- Experience Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-white">Experience</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-timeline"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Experience Section Content-->
<div class="row justify-content-center" id="experience-content"></div>
</div>
</section>
<!-- Education Section-->
<section class="page-section bg-primary text-white mb-0" id="education">
<div class="container">
<!-- Education Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-white">Education</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-timeline"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Education Section Content-->
<div class="row justify-content-center" id="education-content"></div>
</div>
</section>
<!-- Project Section-->
<section class="page-section" id="project">
<div class="container">
<!-- Project Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Project</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-list-check"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Project Section Content -->
<div class="row justify-content-center" id="project-content"></div>
</div>
</section>
<!-- Contact Section-->
<section class="page-section bg-primary" id="contact">
<div class="container">
<!-- Contact Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-light mb-0">Contact Me</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line bg-light"></div>
<div class="divider-custom-icon text-light"><i class="fa-solid fa-address-card"></i></div>
<div class="divider-custom-line bg-light"></div>
</div>
<!-- Contact Section content-->
<div class="row justify-content-center text-light" id="contact-content"></div>
</div>
</section>
<!-- Footer-->
<!-- <footer class="footer text-center">
</footer> -->
<!-- Copyright Section-->
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>
Copyright © Draed.github.io 2024
</small>
</div>
<div class="container">
<small>
Freelance is a free to use, MIT licensed Bootstrap theme created by <a href="http://startbootstrap.com">Portofolio</a>
</small>
</div>
</div>
<!-- project modal content -->
<div id="project-modal-content"></div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>