- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
Latest commit
162 lines (143 loc) · 8.31 KB
/
Copy pathblog.html
File metadata and controls
162 lines (143 loc) · 8.31 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<htmldir="ltr" prefix="og: http://ogp.me/ns#">
<head>
<metacharset="UTF-8"/>
<metaproperty="og:type" content="website"/>
<metaproperty="og:title" content="Wesley's Blog"/>
<metaproperty="og:description" content="The blog about Wesley's endeavors in the technical world, probably."/>
<metaproperty="og:url" content="https://ameling.dev/"/>
<metaname="description" content="The blog about Wesley's endeavors in the technical world, probably."/>
<metaname="author" content="Wesley Ameling">
<metaname="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Wesley Ameling</title>
<linktype="text/css" rel="stylesheet" href="/res/css/layout.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/page-layouts/centered-component.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/page-layouts/items-component.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/components/card.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/components/loading.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/pages/blog.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/syntax-light.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/syntax-dark.css" />
<linkrel="apple-touch-icon" sizes="180x180" href="/res/favicon/apple-touch-icon.png">
<linkrel="icon" type="image/png" sizes="32x32" href="/res/favicon/favicon-32x32.png">
<linkrel="icon" type="image/png" sizes="16x16" href="/res/favicon/favicon-16x16.png">
<linkrel="manifest" href="/res/site.webmanifest">
<linkhref="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<scriptsrc="https://cdn.jsdelivr.net/npm/vivus@0.4.5/dist/vivus.min.js" integrity="sha256-EQbVGDv8AeB/IA3V0dU2OSI1PDKb8wEG3sRDAdkgoGc=" crossorigin="anonymous"></script>
<scripttype="text/javascript" src="/res/js/generic.js" defer></script>
<scripttype="text/javascript" src="/res/js/terminal.js" defer></script>
<scripttype="text/javascript" src="/res/js/nav.js" defer></script>
<scripttype="text/javascript" src="/res/js/theme-switcher.js" defer></script>
<scripttype="text/javascript" src="/res/js/template-loader.js" defer></script>
<scripttype="text/javascript" src="/res/js/blog.js" defer></script>
</head>
<bodyclass="stx-dark back items-component-container">
<templateid="card">
<divclass="stx-light card back scalable-font pointer">
<divclass="card-banner">
<imgsrc="{{ card-image-source }}" />
</div>
<divclass="card-meta align-right">
<span>{{ card-metadata }}</span>
</div>
<divclass="card-title center-text">
<h3>{{ card-title }}</h3>
</div>
<divclass="card-description">
<p>{{ card-description }}</p>
</div>
</div>
</template>
<templateid="bp-header">
<div>
<divclass="stx-light back center-text">
<h1>{{ title }}</h1>
</div>
<divclass="stx-light back align-right">
<span>{{ metadata }}</span>
</div>
<divclass="stx-light back banner-image">
<imgsrc="{{ image-source }}" style="max-width: 90%;" />
</div>
</div>
</template>
<templateid="bp-image">
<divclass="image-container">
<imgsrc="{{ source }}" />
</div>
</template>
<templateid="bp-video">
<divclass="video-container">
<iframesrc="{{ url }}" frameborder="0" allow="accelerometer; encrypted-media; gyroscope;" allowfullscreen></iframe>
</div>
</template>
<templateid="bp-code">
<preclass="stx-light back">{{ content }}</pre>
</template>
<headerclass="enable-js">
<divclass="stx-dark icon-font">
<iclass="fa fa-sun-o"></i>
</div>
</header>
<inputtype="checkbox" class="css-button-action-hack" id="nav-button"/>
<labelfor="nav-button" class="floating-nav-button stx-dark">
<spanclass="icon-font no-select stx-cnst">~</span>
</label>
<navclass="stx-light back">
<ul>
<liclass="current-path"><ahref="/blog.html" target="_parent"><spanclass="stx-cnst">~</span><spanclass="stx-path">/Blog</span></a></li>
<li><ahref="/index.html" target="_parent"><spanclass="stx-cnst">~</span></a></li>
<li><ahref="/career.html" target="_parent"><spanclass="stx-cnst">~</span><spanclass="stx-path">/Career</span></a></li>
<li><ahref="/contact.html" target="_parent"><spanclass="stx-cnst">~</span><spanclass="stx-path">/Contact</span></a></li>
</ul>
</nav>
<mainid="overview-container" class="enable-js items-component wrap" style="display: none;">
</main>
<mainid="content-container" class="enable-js items-component vertical scalable-font" style="display: none;">
</main>
<divclass="centered-component-container fixed">
<noscriptclass="centered-component">
<divclass="flex flex-rows scalable-font">
<h1class="my-0 top-header"><spanclass="stx-cnst">J</span>ava<spanclass="stx-cnst">S</span>cript</h1>
<h1class="my-0 middle-header">is disabled</h1>
<h1class="my-0 bottom-header center-text">
<ahref="https://enable-javascript.com/" target="_blank" rel="nooponer" class="stx-path">Check how to enable</a>
</h1>
</div>
</noscript>
<divid="loading-container" class="enable-js centered-component scalable-font" style="display: none;">
<divclass="loading"></div>
</div>
</div>
<footerclass="stx-dark">
<divclass="copyright sticky-bottom scalable-font">
<span>Copyright © <spanid="copyright-year">2020</span> Wesley Ameling</span>
</div>
<divclass="socials-container sticky-bottom">
<svgid="logo" viewBox="0 0 102.71 115.5" xmlns="http://www.w3.org/2000/svg" class="no-pointer-events">
<defs>
<style>.b{fill:none;}.b,.a{stroke:#fff;}.a{fill:#404040;}</style>
</defs>
<g>
<pathclass="a" id="logo-path-a" d="M.5,1.26c.64,65,3.31,67.79,6.58,68,4,.21,8.44-33.77,12.76-33.38,4.15.38,2.68,34,6.21,34.38,3.05.35,6.07-4.85,17.46-69.46"/>
<pathclass="b" id="logo-path-b" d="M24.34,48.31c56.28-20.66,73.92-14.16,77.22-.94,5.43,21.77-24.47,75.88-37.83,66.56C47.77,102.8,55,.81,50.6.5c-2.35-.17-2.13,29-14.18,51.56C31.5,61.28,26,66.64,21.71,69.87"/>
</g>
</svg>
<aid="link" class="social-logo share-link pointer">
<iclass="fa fa-link"></i>
</a>
<ahref="https://github.com/EngineerCoding" class="social-logo github" target="_blank" rel="noopener">
<iclass="fa fa-github"></i>
</a>
<ahref="https://www.linkedin.com/in/wesley-ameling/" class="social-logo linkedin" target="_blank" rel="noopener">
<iclass="fa fa-linkedin-square"></i>
</a>
</div>
</footer>
<script>
document.getElementById("copyright-year").innerText=(newDate()).getFullYear();
varanimation=newVivus("logo",{duration: 75,type: "oneByOne"});
animation.play();
</script>
</body>
</html>