-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (193 loc) · 7.63 KB
/
index.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
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
---
layout: default
---
{% contentfor intro %}
<!--intro-->
<div class="view jarallax home-intro full-bg-img" data-jarallax='{"speed": 0.2}'>
<!--mask&FlexBox-->
<div class="mask rgba-indigo-light d-flex justify-content-center align-items-center">
<!--container-->
<div class="container flex-center">
<!--row-->
<div class="row">
<!--column-->
<div class="col-md-12 white-text text-center">
<img src="/resources/icons/mn.svg" alt="logo" data-wow-delay="0.3s" class="mn-logo display-2 animated pulse" style="margin-top:-30%;margin-bottom: -200px">
<h1 class="display-3 mb-0 pt-md-5 pt-5 white-text font-weight-bold wow fadeInDown" data-wow-delay="0.3s">Michael
<a class="text-primary font-weight-bold">Hedaitulla</a>
</h1>
<h5 class="text-uppercase pb-md-5 pb-sm-3 pb-5 white-text font-weight-bold wow fadeInDown" data-wow-delay="0.3s">Software Developer & Computer Nerd</h5>
<!--<div class="wow fadeInDown" data-wow-delay="0.3s">-->
<!--<a href="#about" class="btn btn-indigo btn-floating btn-large smooth-scroll wow fadeIn" data-wow-delay="0.4s" data-offset="100"><i class="fa fa-angle-down" aria-hidden="true"></i></a>-->
<!--</div>-->
</div>
<!--column-->
</div>
<!--row-->
</div>
<!--container-->
</div>
<!--/mask&FlexBox-->
</div>
<!--/intro-->
{% endcontentfor %}
<!--whoIAmContainer-->
<div id="whoIAmSpy" class="container pt-4">
<!--whoIAmSection-->
<section id="whoIAm" class="section mb-5">
<!--sectionTitle-->
<h2 class="text-center text-uppercase mt-5 wow fadeInDown" data-wow-delay="0.2s">Who <strong>I am</strong></h2>
<hr class="between-sections mb-5">
<!--content-->
<div class="row d-flex align-items-center">
{% for about in site.data.home.about %}
<!--avatar-->
<div class="avatar mx-auto mb-4 wow fadeInLeft">
<img src="{{about.avatar}}" class="rounded-circle img-fluid" alt="{{about.name}}'s Avatar" width="200vh">
</div>
<!--summary-->
<p class="mx-auto wow fadeInRight my-5 text-center">
{{about.summary}}
</p>
{% endfor %}
</div>
</section>
<!--/whoIAmSection-->
</div>
<!--/whoIAmContainer-->
<!--whatIDoContainer-->
<div id="whatIDoSpy" class="container pt-4">
<!--whatIDoSection-->
<section id="whatIDo" class="section mb-5">
<!--whatIDoSectionTitle-->
<h2 class="text-center text-uppercase mt-5 wow fadeInDown" data-wow-delay="0.2s">What <strong>I do</strong></h2>
<hr class="between-sections mb-5">
<!--whatIDoSectionSkills-->
<div class="row wow fadeInUp" data-wow-delay="0.2s">
{% for skill in site.data.home.skills %}
<!--{{skill.codeTitle}}-->
<div class="col-lg-3 col-md-6 text-center mt-1">
<!--icon-->
<div class="circle-icon"><i class="fas {{skill.icon}}"></i></div>
<br>
<!--title-->
<strong class="text-uppercase">{{skill.title}}</strong>
<!--description-->
<p>{{skill.description}}</p>
<!--footer-->
<div class="modal-footer d-flex justify-content-center">
{% for language in skill.skills %} {% if language.isSVG == true %}
<img src="{{language.icon}}" aria-hidden="true" data-toggle="tooltip" data-placement="top" title="{{language.title}}" height="20px" width="20px" class="mx-0" /> {% else %}
<i class="fas {{language.icon}}" aria-hidden="true" data-toggle="tooltip" data-placement="top" title="{{language.title}}"></i> {% endif %} {% endfor %}
</div>
</div>
{% endfor %}
</div>
</section>
<!--/whatIDoSection-->
</div>
<!--/whatIDoContainer-->
<!--streak-->
<div id="virtuesSpy" class="pt-4">
<div class="streak streak-photo home-streak-quote-1">
<div class="mask flex-center rgba-indigo-strong">
<div class="white-text smooth-scroll mx-4">
<h2 class="h2-responsive wow fadeIn mb-5 text-center">
<i class="fa fa-quote-left" aria-hidden="true"></i>
The three chief virtues of a programmer are: Laziness, Impatience and Hubris.
<i class="fa fa-quote-right" aria-hidden="true"></i>
</h2>
<h5 class="text-center font-italic wow fadeIn" data-wow-delay="0.2s">~ Larry Wall</h5>
</div>
</div>
</div>
</div>
<!--streak-->
<!--virtuesContainer-->
<div class="container pt-4">
<!--virtuesSection-->
<section id="virtues" class="section mb-5">
<!--virtuesSectionTitle-->
<h2 class="text-center text-uppercase mt-5 wow fadeIn" data-wow-delay="0.2s">Virtues of a
<strong>programmer</strong></h2>
<hr class="between-sections mb-5">
<p class="text-center w-responsive mx-auto wow fadeIn my-5" data-wow-delay="0.2s">
Ultimately, it means I can make a career out of laziness, impatience, and hubris. </p>
<!--Nav tabs-->
<ul class="nav nav-tabs nav-justified wow fadeIn primary-color" role="tablist">
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#panel1" role="tab">01. Laziness</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#panel2" role="tab">02. Impatience</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#panel3" role="tab">03. Hubris</a>
</li>
</ul>
<!--Tab panels-->
<div class="tab-content card wow fadeIn">
<!--Panel 1-->
<div class="tab-pane fade in show active" id="panel1" role="tabpanel">
<br>
<div class="row mt-2">
<div class="col-2 text-center">
<i class="fal fa-code fa-3x mb-1 grey-text" aria-hidden="true"></i>
</div>
<div class="col-9 mb-2">
<p class="dark-grey-text">
I'm too lazy to do the same task repeatedly, so I write scripts to automate a task for me.
<br>This makes people think I am intelligent.
</p>
</div>
</div>
</div>
<!--/.Panel 1-->
<!--Panel 2-->
<div class="tab-pane fade" id="panel2" role="tabpanel">
<br>
<div class="row mt-2">
<div class="col-2 text-center">
<i class="fal fa-stopwatch fa-3x mb-1 grey-text" aria-hidden="true"></i>
</div>
<div class="col-9 mb-2">
<p class="dark-grey-text">
I'm too impatient to wait for my code to run so rewrite the code to improve performance.
<br>This makes people think I am a good programmer.
</p>
</div>
</div>
</div>
<!--/.Panel 2-->
<!--Panel 3-->
<div class="tab-pane fade" id="panel3" role="tabpanel">
<br>
<div class="row mt-2">
<div class="col-2 text-center">
<i class="fal fa-thumbs-up fa-3x mb-1 grey-text" aria-hidden="true"></i>
</div>
<div class="col-9 mb-2">
<p class="dark-grey-text">
When someone asks if I can do something I just say 'yes', then find out how to do it (StackOverflow).
<br>This makes people think I can do anything.
</p>
</div>
</div>
</div>
<!--/.Panel 3-->
</div>
<!--/.Tab panels-->
</section>
<!--/virtuesSection-->
</div>
<!--/virtuesContainer-->
<!--scrollSpy-->
<div class="dotted-scrollspy">
<ul class="nav smooth-scroll clearfix d-none d-sm-flex flex-column">
<li class="nav-item"><a class="nav-link" href="#intro"><span></span></a></li>
<li class="nav-item"><a class="nav-link" href="#whoIAmSpy"><span></span></a></li>
<li class="nav-item"><a class="nav-link" href="#whatIDoSpy"><span></span></a></li>
<li class="nav-item"><a class="nav-link" href="#virtuesSpy"><span></span></a></li>
</ul>
</div>
<!--/scrollSpy-->