-
Notifications
You must be signed in to change notification settings - Fork 0
/
oldindex.html
51 lines (46 loc) · 3.19 KB
/
oldindex.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
<html><head>
<title>Old Portofolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald">
<link href="https://marcovandervlag.github.io/css/stylesnavbar.css" rel="stylesheet">
<link href="https://marcovandervlag.github.io/css/styles.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://marcovandervlag.github.io/img/favicon.ico">
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div id="main-bar"></div>
<!-- Menu bar -->
<script src="https://marcovandervlag.github.io/js/nav.js" id="nav-bar"></script>
<!-- End menu bar-->
<!--end CssMenu-->
</div>
<div class="naam">
<p>Marco van der Vlag</p>
</div>
<div class="programmerquote"><i>
<script id="template">
const months = ["“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.”" ,"“First, solve the problem. Then, write the code.” ","“Experience is the name everyone gives to their mistakes.”","“In order to be irreplaceable, one must always be different”","“Java is to JavaScript what car is to Carpet.”","“Knowledge is power.”","“Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debugging Monday’s code.”","“Perfection is achieved not when there is nothing more to add, but rather when there is nothing more to take away.”","“Ruby is rubbish! PHP is phpantastic!”","“Code is like humor. When you have to explain it, it’s bad.”","“Fix the cause, not the symptom.”","“Optimism is an occupational hazard of programming: feedback is the treatment.“","“When to use iterative development? You should use iterative development only on projects that you want to succeed.”","“Simplicity is the soul of efficiency.”","“Before software can be reusable it first has to be usable.”","“Make it work, make it right, make it fast.”"];
const random = Math.floor(Math.random() * months.length);
document.write(months[random])
var script = document.getElementById("template");
var target = document.getElementById("target");
target.innerHTML = script.textContent;
</script>
</i>
<div id="template"></div>
</div>
<div class="fotohome">
<img id="fotohome" src="https://marcovandervlag.github.io/img/staandik.png" alt="Portofolio image">
</div>
<div class="footer">
<div class="socials">
<a href="https://github.com/marcovandervlag" class="github"><i class="fa fa-github" style="background:#282828; color: white; border-radius: 1000px;"></i></a>
<a href="https://twitter.com/teen_koala" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/marco-van-der-vlag-8748b5167/" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="#" class="youtube"><i class="fa fa-youtube"></i></a>
</div>
</div>
</body>
</html>