-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 3.05 KB
/
index.html
1
<!DOCTYPE html><html id="nojs"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><meta name="theme-color" content="#0270f0"><link rel="stylesheet" href="style.min.css"><link rel="shortcut icon" type="image/x-icon" href="res/favicon.ico"><script src="https://code.jquery.com/jquery-3.0.0.min.js" integrity="sha256-JmvOoLtYsmqlsWxa7mDSLMwa6dZ9rrIdtrrVYRnDRH0=" crossorigin="anonymous"></script><script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script><link href="https://fonts.googleapis.com/css?family=Marck+Script&subset=latin-ext" rel="stylesheet" type="text/css"><link href="https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext" rel="stylesheet" type="text/css"><title>Nikola Kovacevic</title></head><body><div id="background"></div><div class="nojs-div nojs">For best experience enable javascript.</div><div id="button-hamburger"><img src="res/icon_menu.svg"></div><ul class="off" id="buttons"><li class="active"><a id="home_button" href="#title"><span class="image"><img src="res/icon_home.svg"></span><span class="title">Home</span></a></li><li><a id="about_button" href="#about"><span class="image"><img src="res/icon_about.svg"></span><span class="title">About</span></a></li><li><a id="projects_button" href="#projects"><span class="image"><img src="res/icon_projects.svg"></span><span class="title">Projects</span></a></li><li><a id="contact_button" href="#contact"><span class="image"><img src="res/icon_contact.svg"></span><span class="title">Contact</span></a></li></ul><div id="title"><p class="title title-light">Hello I am</p><p class="title title-heavy">Nikola Kovačević</p><p class="title title-light">a Programmer</p></div><div id="about"><span id="about-top"></span><div class="nojs" id="about-container"><h1>About</h1><div id="about-content"><div id="img-container"><img src="res/avatar.png"></div><div id="p-container"><p>Bachelor of informatics. <br> Employed as Software Engineer for IGT Global Services Limited. <br> In free time working on personal projects.</p></div><footer></footer></div></div></div><div id="projects"><h1>Projects</h1><div class="nojs-div nojs">Enable javascript for AngularJS to work.</div><div id="project-container" ng-app="projectsApp" ng-controller="projectsController"><div class="project" ng-repeat="project in projects track by $index" style="animation-delay: {{ $index*180 }}ms"><a href="{{ project.link }}"><p>{{ project.title }}</p><img ng-src="res/projects/{{ project.img }}" alt="{{ project.alt }}"></a></div></div></div><div id="contact"><h1>Contact</h1><h2>Email:</h2><h3><a href="mailto:contact@nkovacevic.com">contact@nkovacevic.com</a></h3><h2><ul><li><a href="https://facebook.com/nkg5.rs"><img src="res/social-facebook.svg"></a></li><li><a href="https://github.com/n-kovacevic"><img src="res/social-github.svg"></a></li><li><a href="https://www.linkedin.com/in/nikola-kova%C4%8Devi%C4%87-bb545310a"><img src="res/social-linkedin.svg"></a></li></ul></h2></div><script src="app.js"></script></body></html>