-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.html
105 lines (105 loc) · 6.22 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
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
<!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="Designed and Created by Adam J. Jolicoeur">
<meta name="theme-color" content="#111519">
<title>Adam J. Jolicoeur</title>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="apple-touch-icon" href="img/touch/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/jolicoeur.css">
<link rel="stylesheet" href="css/all.min.css">
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KHQQJJQ');
</script>
</head>
<body class="code">
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KHQQJJQ" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<div class="aj-background-image-full"></div>
<nav class="navbar navbar-expand-lg sticky-top aj-site-header"><a class="navbar-brand" href="/">Adam J. Jolicoeur</a><a class="menu-button [ js-menu-button ]" href="#" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler">
<div class="menu-icon"><span></span><span></span><span></span><span></span></div></a>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="prototypes.html">Prototypes</a></li>
<li class="nav-item"><a class="nav-link" href="code.html">Code</a></li>
</ul>
<div class="my-2 my-lg-0"><a class="nav-link" href="https://www.studiojolicoeur.com" target="top">Studio Jolicoeur</a></div>
</div>
</nav>
<main>
<div class="position-relative overflow-hidden p-3 p-md-5 text-white">
<div class="col-md-10 p-lg-8 mx-auto my-5">
<h1 class="display-4 font-weight-normal">Code</h1>
<h3 class="font-weight-normal">w/product screenshots</h3>
</div>
</div>
<div class="d-md-flex flex-md-equal w-100 pb-3">
<div class="d-md-flex justify-content-center align-items-center bg-light pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
<div class="my-3 py-3">
<p class="h2"><a href="https://redhat-developer.github.io/design-manual" target="top">Red Hat Developer Design Manual</a></p>
<p class="lead">HTML / SCSS / JS</p>
<p class="lead">Gulp / Jekyll / Netlify</p>
</div>
</div>
<div class="pt-3 px-3 pt-md-5 px-md-5 overflow-hidden text-center">
<div class="my-3 py-3">
<div class="card">
<div class="card-body"><img class="pr-md-2" src="img/RHDManual_Home.png" width="50%" alt="Design Manual Homepage screenshot"><img src="img/RHDManual_DesignResources.png" width="50%" alt="Design Manual Resources screenshot"><img class="pt-md-2" src="img/RHDManual_CreateArticles.png" width="50%" alt="Design Manual Article Creation screenshot"></div>
</div>
</div>
</div>
</div>
<div class="d-md-flex flex-md-equal w-100 pb-3">
<div class="d-md-flex justify-content-center align-items-center bg-light pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
<div class="my-3 py-3">
<p class="h2"><a href="https://try.openshift.com" target="top">try.openshift.com</a></p>
<p class="lead">HTML / SCSS / JS</p>
<p class="lead">Gulp / Yarn / PWA</p>
</div>
</div>
<div class="pt-3 px-3 pt-md-5 px-md-5 overflow-hidden text-center">
<div class="my-3 py-3">
<div class="card">
<div class="card-body"><img src="img/screenshot-try_openshift.png" width="50%" alt="Try.OpenShift.com screenshot"></div>
</div>
</div>
</div>
</div>
<div class="d-md-flex flex-md-equal w-100 pb-3">
<div class="d-md-flex justify-content-center align-items-center bg-light pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
<div class="my-3 py-3">
<p class="h2"><a href="https://kubevirt.io.com" target="top">kubevirt.io</a></p>
<p class="lead">Jekyll / HTML / SCSS / JS</p>
<p class="lead">Gulp / Node</p>
<p class="lead">Social, Chat & Lab integration</p>
</div>
</div>
<div class="pt-3 px-3 pt-md-5 px-md-5 overflow-hidden text-center">
<div class="my-3 py-3">
<div class="card">
<div class="card-body"><img src="img/screenshot-kubevirtio.png" width="50%" alt="KubeVirt.io home page screenshot"><img src="img/screenshot-kubevirtio2.png" width="50%" alt="KubeVirt.io community page screenshot"></div>
</div>
</div>
</div>
</div>
</main>
<footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="js/jolicoeur.js"></script>
<script id="dsq-count-scr" src="//ajtownselectman.disqus.com/count.js" async></script>
</footer>
</body>
</html>