-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.html
71 lines (61 loc) · 2.34 KB
/
code.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
<!DOCTYPE html>
<html>
<head>
<!-- start global site tag -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-54267564-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-54267564-2');
</script>
<!-- end global site tag -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Jordan Kolbaba - Front-end Developer</title>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="style.css" type="text/css">
<script type='text/javascript' src='js/jquery-3.3.1.min.js'></script>
<script type='text/javascript' src='js/js.js'></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
</head>
<body>
<header>
<div class="inner">
<h2>Jordan Kolbaba</h2>
<h3>Front-end Developer</h3>
<section class="social">
<ul>
<li><a href="https://github.com/kolbaba"><i class="fab fa-github-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/jordankolbaba"><i class="fab fa-linkedin"></i></a></li>
</ul>
</section>
</div>
</header>
<!--section class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="code.html">Code</a></li>
<li><a href="music.html">Music</a></li>
</ul> -->
</section>
<section class="content">
<div class="inner">
<h1>Code Examples</h1>
<h2>PHP</h2>
</div>
</section>
<footer>
<!-- <div class="copy">© Copyright 2022</div> -->
<div class="gists">
<a href="https://docs.google.com/document/d/1GPVJae1t2iPQbMuU0mJQiKCtJxZXhdUkT2WT4QN9Z6o/edit?usp=sharing">Links</a> |
<a href="https://gist.github.com/kolbaba">Gists</a> |
<a href="https://gist.github.com/kolbaba/15a9afcee6171bf06e914be630d75ab9">Linux</a> |
<a href="/music.html">Music Samples</a> |
<a href="/art/modbom/index.html">Modbom</a>
</div>
</footer>
</body>
</html>