summaryrefslogtreecommitdiff
path: root/index.html
blob: 419bb840f15975acaf83e0e8d128d7bd89314f87 (plain) (blame)
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <meta http-equiv="X-UA-Compatible" content="ie=edge">
      <meta name="author" content="s1nical">

      <title>Home | s1nical</title>

      <!-- stylesheet -->
      <link rel="stylesheet" href="/css/style.css">

      <!-- bootstrap cdns -->
      <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
      <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>

      <!-- google fonts -->
      <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i" rel="stylesheet">

      <!-- terminal effect -->
      <script src="/js/t.min.js"></script>

      <!-- for on scroll animations -->
      <link rel="stylesheet" href="/css/animate.css">
      <script src="/js/wow.min.js"></script>

      <!-- hide context menu and disable text highlighting -->
      <script src="/js/hide-context-menu.js"></script>
      <link rel="stylesheet" href="/css/no-text-highlighting.css">

      <!-- favicon -->
      <link rel="shortcut icon" href="/assets/superthumb.jpg" type="image/jpg">

</head>
<body onload="startTime()">
      <div class="wrapper">

            <!--------------- navbar starts here --------------->
            <nav>
                  <span id="brand">
                        <a href="/">s1nical</a>
                  </span>

                  <ul id="menu">
                        <li><a href="/">home<span>.</span></a></li>
                        <li><a href="/work/">work<span>.</span></a></li>
                        <li><a href="/about/">about me<span>.</span></a></li>
                        <li><a href="/contact/">contact<span>.</span></a></li>
                  </ul>

                  <div id="toggle">
                        <div class="span">menu</div>
                  </div>

            </nav>

            <div id="resize">
                  <div class="close-btn">close</div>

                  <!-- There was an extra </ul> behind the menu and it broke the whole home mobile navbar and I had no idea what it was, thank
                        god theres Google DevTools tho amirite. -19:20, 10/20/2019 -->
                  <ul id="menu">
                        <li><a href="/">home<span>.</span></a></li>
                        <li><a href="/work/">work<span>.</span></a></li>
                        <li><a href="/about/">about me<span>.</span></a></li>
                        <li><a href="/contact/">contact<span>.</span></a></li>
                  </ul>
            </div>
            <!--------------- navbar ends here --------------->



            <!--------------- hero section starts here --------------->
            <div class="hero">
                  <div class="header">
                        <script>
                              function startTime() {
                                          var today = new Date();
                                          var h = today.getHours();
                                          var m = today.getMinutes();
                                          var s = today.getSeconds();
                                          // m = checkTime(m); // Makes it look a little better, but more accurate w/o.
                                          m = checkTime(m);
                                          s = checkTime(s);
                                          document.getElementById('txt').innerHTML =
                                                h + ":" + m + ":" + s;
                                          var t = setTimeout(startTime, 500);
                                    }
                                    function checkTime(i) {
                                          if (i < 10) { i = "0" + i };  // add zero in front of numbers < 10
                                          return i;
                                    }
                        </script>
                        <h1 class="line anim-typewriter"><script>
                              var today = new Date();
                                    var dd = String(today.getDate()).padStart(2, '0');
                                    var mm = String(today.getMonth() + 1).padStart(2, '0'); //January is 0!
                                    var yyyy = today.getFullYear();
                                    // var time = today.getHours() + ":" + today.getMinutes();

                                    today = mm + '/' + dd + '/' + yyyy + " ";
                                    document.write(today);
                        </script><span id="txt"></span></h1>
                  </div>
            </div>

            <div class="scroll-down"></div>
            <!--------------- hero section ends here --------------->



            <!--------------- projects section starts here --------------->
            <div class="container-fluid">
                  <br><br><br>

                  <h6>Selected projects</h6>

                  <div class="vertical"></div>
                  <br>

                  <div class="whitespace"></div>
                  <div class="whitespace"></div>

                  <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">devils work.</h3>
                  <div class="row">
                        <div class="col-lg-8"></div>

                        <div class="col-lg-4 project graphic1 wow fadeInUp" onclick="location.href='/projects/graphics/devils-work/'"></div>
                  </div>
                  <br>

                  <div class="whitespace"></div>

                  <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">allegiance.</h3>
                  <div class="row">
                        <div class="col-lg-6 project render3 wow fadeInUp" onclick="location.href='/projects/renders/allegiance/'"></div>
                        <style>
                              .render3::after {
                                    content: "allegiance.";
                                    font-family: "Roboto Mono";
                                    font-size: 36px;
                                    position: relative;
                                    color: #fff;
                                    display: block;
                                    top: 80%;
                                    left: 90%;
                                    right: 0;
                                    bottom: 0;
                              }

                              @media(max-width: 768px) {
                                    .render3::after {
                                          display: none;
                                    }
                              }
                        </style>

                        <div class="col-lg-6"></div>
                  </div>
                  <br>

                  <div class="whitespace"></div>

                  <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">absence.</h3>
                  <div class="row">
                        <div class="col-lg-7"></div>

                        <div class="col-lg-4 project graphic3 wow fadeInUp" onclick="location.href='/projects/graphics/absence/'"></div>

                        <div class="col-lg-1"></div>
                  </div>
                  <br>

                  <!--
                  <div class="whitespace"></div>

                  <div class="row">
                        <div class="col-lg-1"></div>

                        <div class="col-lg-5 project project4 wow fadeInUp" onclick="location.href='/projects/renders/devils-work/'"></div>

                        <div class="col-lg-6"></div>
                  </div>
                  -->

                  <div class="whitespace"></div>
            </div>
            <!--------------- projects section ends here --------------->



            <!--------------- footer starts here --------------->
            <div class="footer">
                  <div class="container">
                        <br><br>

                        <div class="collab">
                              <div class="row">
                                    <div class="col-lg-12">
                                          <p class="wow fadeInUp">Got an interesting project? I can help you.</p>
                                    </div>
                              </div>
                        </div>

                        <br>

                        <div class="hr">
                              <div class="row"></div>
                        </div>

                        <br><br>

                        <div class="info">
                              <div class="row">
                                    <div class="col-lg-4" id="personal">
                                          <p class="wow fadeInUp">connect with me</p>
                                          <h4 class="wow fadeInUp" data-wow-delay="0.2s"><a href="http://twitter.com/9inny">tw @9inny</a></h4>
                                          <br><br>
                                    </div>

                                    <div class="col-lg-4" id="media">
                                          <p class="wow fadeInUp" data-wow-delay="0s">follow me</p>

                                          <ul>
                                                <!--<li id="fb" class="wow fadeInUp" data-wow-delay="0.4s">fb</li>
                                                <li id="ig" class="wow fadeInUp" data-wow-delay="0.6s">ig</li>-->
                                                <li id="tw" class="wow fadeInUp" data-wow-delay="0.8s"><a href="http://twitter.com/9inny">tw</a></li>
                                                <li id="yt" class="wow fadeInUp" data-wow-delay="1s"><a href="http://youtube.com/s1nny">yt</a></li>
                                          </ul>

                                          <br><br>
                                    </div>

                                    <div class="col-lg-4" id="address">
                                          <p class="wow fadeInUp" data-wow-delay="0s">say hello</p>
                                          <h4 class="wow fadeInUp" data-wow-delay="0.2s"><a href="mailto:[email protected]">[email protected]</a></h4>
                                          <br><br>
                                    </div>
                              </div>
                        </div>
                  </div>
            </div>
            <!--------------- footer ends here --------------->

            <br><br><br><br>

      </div>

      <!-- greensock cdn -->
      <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>

      <script src="https://code.jquery.com/jquery-3.4.1.js"></script>
      <script type="text/javascript">

      // navigation starts here

      $("#toggle").click(function() {
            $(this).toggleClass('on');
            $("#resize").toggleClass("active");
      });

      $("#resize ul li a").click(function() {
            $(this).toggleClass('on');
            $("#resize").toggleClass("active");
      });

      $(".close-btn").click(function() {
            $(this).toggleClass('on');
            $("#resize").toggleClass("active");
      });

      // navigation ends here

      // nav animation

      TweenMax.from("#brand", 1, {
            delay: 0.4,
            y: 10,
            opacity: 0,
            ease: Expo.easeInOut
      })

      TweenMax.staggerFrom("#menu li a", 1, {
            delay: 0.4,
            opacity: 0,
            ease: Expo.easeInOut
      }, 0.1);

      // nav animation ends

      new WOW().init();

      </script>
</body>
</html>