-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
107 lines (88 loc) · 5.23 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Petroleum Engineer with 6 years of experience in procurement. Fluent in English and Russian">
<meta name="keywords" content="Engineer, petroleum, procurement, specialist, Russian, English, Croatian">
<meta name="theme-color" content="#31313a">
<meta name="author" content="Ante Budimir">
<title>Ivan Budimir | 404 error!</title>
<!-- PWA -->
<link rel="manifest" href="./manifest.json">
<!-- Stylesheet -->
<link rel="preload" href="./css/main.css" as="style">
<link rel="stylesheet" href="./css/main.css">
<!-- Font Awesome -->
<link rel="preconnect" href="https://ka-f.fontawesome.com">
<script src="https://kit.fontawesome.com/61d247919a.js" crossorigin="anonymous"></script>
<!-- Browser tab icon -->
<link rel="shortcut icon" href="img//icons/favicon.png" type="image/x-icon"/>
<!-- Apple touch icons -->
<link rel="apple-touch-icon" href="./img/icons/apple-touch-icon-iphone-60x60.png">
<link rel="apple-touch-icon" href="./img/icons/apple-touch-icon-ipad-76x76.png">
<link rel="apple-touch-icon" href="./img/icons/apple-touch-icon-iphone-retina-120x120.png">
<link rel="apple-touch-icon" href="./img/icons/apple-touch-icon-ipad-retina-152x152.png">
</head>
<body>
<!--MENU -->
<header id="header">
<h1 class="hidden-visually">Ivan Budimir, Petroleum Engineer</h1>
<nav id="nav">
<ul class="menu">
<li class="menu-item"><a class="menu-link" href="index.html#link-1" title="Go to the Download of my Resume"><i class="fa fa-file-text-o"></i><br>RESUME</a></li>
<li class="menu-item"><a class="menu-link" id="aboutLink" href="index.html#about" title="About Me"><i class="fa fa-user"></i><br>ABOUT</a></li>
<li class="menu-item"><a class="menu-link" id="experienceLink" href="index.html#experience" title="Jobs and Projects"><i class="fas fa-road"></i><br>EXPERIENCE</a></li>
<li class="menu-item"><a class="menu-link" id="educationLink" href="index.html#education" title="My Education and Certificates"><i class="fa fa-institution"></i><br>EDUCATION</a></li>
<li class="menu-item"><a class="menu-link" id="skillsLink" href="index.html#skills" title="My Skill Set"><i class="fa fa-gears"></i><br>SKILLS</a></li>
<li class="menu-item"><a class="menu-link" id="contactLink" href="index.html#contact" title="Get in Touch With Me"><i class="fa fa-mobile"></i><br>CONTACT</a></li>
</ul>
</nav>
</header>
<!-- Showcase wrapper for desktop -->
<div class="showcase-wrapper">
<!-- SHOWCASE -->
<section id="showcase">
<h2 class="hidden-visually">Showcase image</h2>
<!-- BG image -->
</section>
<!-- PROFILE -->
<section id="profile">
<h2 class="hidden-visually">Profile summary</h2>
<div class="frame" tabindex="0"> <!-- Profile photo --> </div>
<div class="intro">
<h2 class="profile-name">Ivan Budimir</h2>
<p class="engineer">Petroleum Engineer</p>
</div>
<!-- Social icons -->
<section class="icons">
<h2 class="hidden-visually">Connect with me</h2>
<a href="https://www.linkedin.com/in/ibudimir-procurement-engineer/" target="_blank" rel="noopener" title="Connect with me on LinkedIn"><i class="fa fa-linkedin-square"></i></a>
<a href="mailto:[email protected]?subject=Business%20proposal"><i class="fas fa-envelope" title="Contact me via E-mail"></i></a>
<a href="skype:budimir88"><i class="fa fa-skype" title="Contact me via Skype"></i></a>
<a href="https://web.facebook.com/ivan.budimir.88" target="_blank" rel="noopener" title="Connect with me on Facebook"><i class="fa fa-facebook-square"></i></a>
<a href="https://instagram.com/budo_petroleum_engineer?igshid=19qepttmmthuw" target="_blank" rel="noopener" title="Connect with me on Instagram"><i class="fab fa-instagram-square"></i></a>
</section>
<!-- Links -->
<ul class="links">
<li id="link-1"><a href="./Budimir Ivan - CV.pdf" download title="Download a Copy of my CV">DOWNLOAD CV <i class="fa fa-download"></i></a></li>
<div class="vl"><!-- Vertical line --></div>
<li id="link-2"><a href="#contact" title="Get in Touch With Me">CONTACT ME <i class="fa fa-pencil-square-o"></i></a></li>
</ul>
</section>
</div>
<!-- Message -->
<main id="resume">
<section id="error-message">
<p>404 ERROR</p>
<p>The content you're looking for doesn't exist. <br> Go back to the menu and navigate to the existing content.</p>
</section>
</main>
<!-- FOOTER -->
<footer id="footer">
<p>© Ivan Budimir, 2014 - <span id="currentYear"></span></p>
</footer>
<!-- JS -->
<script defer src="./js/main.js"></script>
</body>
</html>