-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
652 lines (623 loc) · 31.1 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
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Detroit Hacker House</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Place favicon.ico in the root directory -->
<!-- ========================= CSS here ========================= -->
<link rel="stylesheet" href="assets/css/bootstrap-5.0.0-alpha-2.min.css" />
<link rel="stylesheet" href="assets/css/LineIcons.2.0.css"/>
<link rel="stylesheet" href="assets/css/animate.css"/>
<link rel="stylesheet" href="assets/css/lindy-uikit.css"/>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="https://browsehappy.com/">upgrade your browser</a> to improve
your experience and security.
</p>
<![endif]-->
<!-- ========================= preloader start ========================= -->
<div class="preloader">
<div class="loader">
<div class="spinner">
<div class="spinner-container">
<div class="spinner-rotator">
<div class="spinner-left">
<div class="spinner-circle"></div>
</div>
<div class="spinner-right">
<div class="spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ========================= preloader end ========================= -->
<!-- ========================= hero-section-wrapper-2 start ========================= -->
<section id="home" class="hero-section-wrapper-2">
<!-- ========================= header-2 start ========================= -->
<header class="header header-2">
<div class="navbar-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo/dhh-logo-icon.png" alt="Logo" />
<!-- <h4>Detroit Hacker House</h4> -->
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent2" aria-controls="navbarSupportedContent2" aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent2">
<ul id="nav2" class="navbar-nav ml-auto">
<li class="nav-item">
<a class="page-scroll active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#program">Program</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#application">Application</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
<a href="https://forms.gle/pUUgXPBniRpzCR3u6" target="_blank" class="button button-sm radius-10 d-none d-lg-flex">Apply</a>
</div>
<!-- navbar collapse -->
</nav>
<!-- navbar -->
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- navbar area -->
</header>
<!-- ========================= header-2 end ========================= -->
<!-- ========================= hero-2 start ========================= -->
<div class="hero-section hero-style-2">
<div class="container">
<div class="row align-items-end">
<div class="col-lg-6">
<div class="hero-content-wrapper">
<h4 class="wow fadeInUp" data-wow-delay=".2s">Come build with us</h4>
<h2 class="mb-30 wow fadeInUp" data-wow-delay=".4s">Detroit Hacker House</h2>
<p class="mb-50 wow fadeInUp" data-wow-delay=".6s">
Our goal is to incubate technology companies through a residential, cohort-based accelerator program in Detroit, MI.
We provide room, board, mentorship and curriculum designed to remove distractions and barriers for founders to focus on building their product and business model through MVP validation.
</p>
<div class="buttons">
<a href="https://forms.gle/pUUgXPBniRpzCR3u6" rel="nofollow" target="blank" class="button button-lg radius-10 wow fadeInUp" data-wow-delay=".7s">Apply Now</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="hero-image">
<img src="assets/img/hero/hero-2/mvpdev.png" alt="" class="wow fadeInRight" id="mvpdev" data-wow-delay=".2s">
<!-- <img src="assets/img/hero/hero-2/paattern.svg" alt="" class="shape shape-1"> -->
</div>
</div>
</div>
</div>
</div>
<!-- ========================= hero-2 end ========================= -->
</section>
<!-- ========================= hero-section-wrapper-2 end ========================= -->
<!-- ========================= feature style-2 start ========================= -->
<section id="program" class="feature-section feature-style-2">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="row">
<div class="col-xl-7 col-lg-10 col-md-9">
<div class="section-title mb-60">
<h3 class="mb-15 wow fadeInUp" data-wow-delay=".2s">Build > Ship > Learn</h3>
<p class="wow fadeInUp" data-wow-delay=".4s">
Live and work alongside your House Manager and EIRs who help you to build your product through mentorship and milestones
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="single-feature wow fadeInUp" data-wow-delay=".2s">
<div class="icon">
<i class="lni lni-vector"></i>
</div>
<div class="content">
<h5 class="mb-25">MVP (Minimally Viable Product)</h5>
<p>We coach founders through the process of applying their customer discovery research to building an MVP and iterating to validate the key features and business model from customer response.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="single-feature wow fadeInUp" data-wow-delay=".4s">
<div class="icon">
<i class="lni lni-layers"></i>
</div>
<div class="content">
<h5 class="mb-25">Mentorship</h5>
<p>In addition to working alongside our House Manager, EIRs or Entrepreneurs in Residence provide support and feedback through workshops, office hours, and supporting unique needs depending on the startup.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="single-feature wow fadeInUp" data-wow-delay=".6s">
<div class="icon">
<i class="lni lni-layout"></i>
</div>
<div class="content">
<h5 class="mb-25">Housing</h5>
<p>Founders live alongside each other as roommates with a House Manager with free room, board, house keeping, laundry, wifi, in-home deskspace, and team outings.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="single-feature wow fadeInUp" data-wow-delay=".8s">
<div class="icon">
<i class="lni lni-display"></i>
</div>
<div class="content">
<h5 class="mb-25">Venture Backable</h5>
<p>We work closely with VCs in setting key program targets that build investor confidence in the startup.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="feature-img wow fadeInLeft" data-wow-delay=".2s">
<img src="assets/img/feature/mvpcoach.png" alt="">
</div>
</section>
<!-- ========================= feature style-2 end ========================= -->
<!-- ========================= about style-3 start ========================= -->
<!-- <section id="about" class="about-section about-style-3">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="about-image wow fadeInLeft" data-wow-delay=".2s">
<img src="assets/img/about/about-3/about-img.jpg" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="about-content-wrapper">
<div class="section-title mb-40">
<h3 class="mb-25 wow fadeInUp" data-wow-delay=".2s">We're here to </h3>
<p class="wow fadeInUp" data-wow-delay=".4s">Stop wasting time and money designing and managing a website that doesn’t get results. Happiness guaranteed, Stop wasting time and money designing and managing a website that doesn’t get results. Happiness guaranteed,</p>
</div>
<div class="counter-up-wrapper mb-40 wow fadeInUp" data-wow-delay=".6s">
<div class="single-counter">
<h4 class="countup" id="secondo1" cup-end="123" cup-append="M">123 M</h4>
<h6>Happy Client</h6>
</div>
<div class="single-counter">
<h4 class="countup" id="secondo2" cup-end="1434" cup-append="K">1434 K</h4>
<h6>Project Done</h6>
</div>
<div class="single-counter">
<h4 class="countup" id="secondo3" cup-end="134" cup-append="K">134 K</h4>
<h6>Award Win</h6>
</div>
</div>
<a href="#0" class="button button-lg radius-3 wow fadeInUp" data-wow-delay=".7s">Learn More</a>
</div>
</div>
</div>
</div>
</section> -->
<!-- ========================= about style-3 end ========================= -->
<!-- <div class="container pt-60 pb-60">
<h4 class="wow fadeInUp" data-wow-delay=".2s">Apply Now</h4>
<h2 class="mb-30 wow fadeInUp" data-wow-delay=".4s">Detroit Hacker House 2025 Cohorts</h2>
<p class="mb-50 wow fadeInUp" data-wow-delay=".6s">
We are accepting applications for our 2025 programs starting January.
Finalized cohort details will be added as they are confirmed, however, applications will be accepted on-going for founders that are serious about participating and want to get ahead of the pack.
</p>
<div class="buttons">
<a href="https://forms.gle/pUUgXPBniRpzCR3u6" rel="nofollow" target="blank" class="button button-lg radius-10 wow fadeInUp" data-wow-delay=".7s">Submit your application</a>
</div>
</div> -->
<!-- ========================= pricing style-1 start ========================= -->
<!-- <section id="pricing" class="pricing-section pricing-style-1 bg-white">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-5 col-xl-5 col-lg-7 col-md-10">
<div class="section-title text-center mb-60">
<h3 class="mb-15 wow fadeInUp" data-wow-delay=".2s">Pricing Plan</h3>
<p class="wow fadeInUp" data-wow-delay=".4s">Stop wasting time and money designing and managing a website that doesn’t get results. Happiness guaranteed!</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-8 col-sm-10">
<div class="single-pricing wow fadeInUp" data-wow-delay=".2s">
<div class="image">
<img src="assets/img/pricing/pricing-1/pricing-1.svg" alt="">
</div>
<h6>Basic Design</h6>
<h4>Web Design</h4>
<h3>$ 29.00</h3>
<ul>
<li> <i class="lni lni-checkmark-circle"></i> Carefully crafted components</li>
<li> <i class="lni lni-checkmark-circle"></i> Amazing page examples</li>
<li> <i class="lni lni-checkmark-circle"></i> Super friendly support team</li>
<li> <i class="lni lni-checkmark-circle"></i> Awesome Support</li>
</ul>
<a href="#0" class="button radius-30">Get Started</a>
</div>
</div>
<div class="col-lg-4 col-md-8 col-sm-10">
<div class="single-pricing active wow fadeInUp" data-wow-delay=".4s">
<span class="button button-sm radius-30 popular-badge">Popular</span>
<div class="image">
<img src="assets/img/pricing/pricing-1/pricing-2.svg" alt="">
</div>
<h6>Standard Design</h6>
<h4>Web Development</h4>
<h3>$ 89.00</h3>
<ul>
<li> <i class="lni lni-checkmark-circle"></i> Carefully crafted components</li>
<li> <i class="lni lni-checkmark-circle"></i> Amazing page examples</li>
<li> <i class="lni lni-checkmark-circle"></i> Super friendly support team</li>
<li> <i class="lni lni-checkmark-circle"></i> Awesome Support</li>
</ul>
<a href="#0" class="button radius-30">Get Started</a>
</div>
</div>
<div class="col-lg-4 col-md-8 col-sm-10">
<div class="single-pricing wow fadeInUp" data-wow-delay=".6s">
<div class="image">
<img src="assets/img/pricing/pricing-1/pricing-3.svg" alt="">
</div>
<h6>Pro Design</h6>
<h4>Design & Develop</h4>
<h3>$ 199.00</h3>
<ul>
<li> <i class="lni lni-checkmark-circle"></i> Carefully crafted components</li>
<li> <i class="lni lni-checkmark-circle"></i> Amazing page examples</li>
<li> <i class="lni lni-checkmark-circle"></i> Super friendly support team</li>
<li> <i class="lni lni-checkmark-circle"></i> Awesome Support</li>
</ul>
<a href="#0" class="button radius-30">Get Started</a>
</div>
</div>
</div>
</div>
</section> -->
<!-- ========================= pricing style-1 end ========================= -->
<!-- ========================= team style-1 start ========================= -->
<section id="team" class="team-section team-style-1">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-5 col-xl-5 col-lg-7 col-md-10">
<div class="section-title text-center mb-60">
<h3 class="mb-15 wow fadeInUp" data-wow-delay=".2s">Our Team</h3>
<p class="wow fadeInUp" data-wow-delay=".4s">
As the co-founders of Detroit Black Tech and Hacking With The Homies Developer Conference, we are uniquely focused on furthering the Detroit Tech ecosystem while making sure Black and Brown Techies are supported.
Since joining forces around 2017 we have worked to build programs and events that enable Developers to build better, faster and in a supportive community.
We are furthering this vision by working on building technical founders as well as providing support to non-technical founders in our community.
</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-3 col-md-6 col-sm-10">
<div class="single-team wow fadeInUp" data-wow-delay=".2s">
<div class="image">
<img src="assets/img/team/team-1/jeseekia-vaughn.jpg" alt="">
</div>
<div class="info">
<h6>Jeseekia Vaughn</h6>
<p>Detroit Hacker House Program Director</p>
<p>
Entrepreneur, Senior Software Engineer, MVP Developer, Developer Educator, and Machine Learning Engineer in startups
<br>
</p>
<ul class="socials">
<li>
<a href="https://linkedin.com/in/jeseekiavaughn"> <i class="lni lni-linkedin-original"></i> </a>
</li>
<li>
<a href="https://youtube.com/@metadevgirl"> <i class="lni lni-youtube"></i> </a>
</li>
<li>
<a href="https://metadevgirl.com"> <i class="lni lni-website"></i> </a>
</li>
<li>
<a href="https://instagram.com/metadevgirl"> <i class="lni lni-instagram-filled"></i> </a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-md-6 col-sm-10">
<div class="single-team wow fadeInUp" data-wow-delay=".4s">
<div class="image">
<img src="assets/img/team/team-1/mack-hendricks.jpg" alt="">
</div>
<div class="info">
<h6>Mack Hendricks</h6>
<p>Detroit Black Tech Executive Director</p>
<p>
Entrepreneur, Principal Systems Engineer, and Senior Solutions Engineer in startups and the Fortune 500
</p>
<ul class="socials">
<li>
<a href="https://mackhendricks.com"> <i class="lni lni-website"></i> </a>
</li>
<li>
<a href="https://twitch.com/mackhendricks"> <i class="lni lni-twitch"></i> </a>
</li>
<li>
<a href="https://instagram.com/machinemaker"> <i class="lni lni-instagram-filled"></i> </a>
</li>
<li>
<a href="https://www.linkedin.com/in/mackhendricks"> <i class="lni lni-linkedin-original"></i> </a>
</li>
</ul>
</div>
</div>
</div>
<!-- <div class="col-xl-3 col-md-6 col-sm-10">
<div class="single-team wow fadeInUp" data-wow-delay=".6s">
<div class="image">
<img src="assets/img/team/team-1/team-3.png" alt="">
</div>
<div class="info">
<h6>Jonathon Smith</h6>
<p>Brand Designer</p>
<ul class="socials">
<li>
<a href="#0"> <i class="lni lni-facebook-filled"></i> </a>
</li>
<li>
<a href="#0"> <i class="lni lni-twitter-filled"></i> </a>
</li>
<li>
<a href="#0"> <i class="lni lni-instagram-filled"></i> </a>
</li>
<li>
<a href="#0"> <i class="lni lni-linkedin-original"></i> </a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-md-6 col-sm-10">
<div class="single-team wow fadeInUp" data-wow-delay=".8s">
<div class="image">
<img src="assets/img/team/team-1/team-4.png" alt="">
</div>
<div class="info">
<h6>Gray Simon</h6>
<p>Frontend Developer</p>
<ul class="socials">
<li>
<a href="#0"> <i class="lni lni-facebook-filled"></i> </a>
</li>
<li>
<a href="#0"> <i class="lni lni-twitter-filled"></i> </a>
</li>
<li>
<a href="#0"> <i class="lni lni-instagram-filled"></i> </a>
</li>
<li>
<a href="#0"> <i class="lni lni-linkedin-original"></i> </a>
</li>
</ul>
</div>
</div>
</div> -->
</div>
</div>
</section>
<!-- ========================= team style-1 end ========================= -->
<div id="application" class="container pt-60 pb-60">
<h4 class="wow fadeInUp" data-wow-delay=".2s">Apply Now</h4>
<h2 class="mb-30 wow fadeInUp" data-wow-delay=".4s">Detroit Hacker House 2025 Cohorts</h2>
<p class="mb-50 wow fadeInUp" data-wow-delay=".6s">
We are accepting applications for our 2025 programs starting January.
Finalized cohort details will be added as they are confirmed, however, applications will be accepted on-going for founders that are serious about participating and want to get ahead of the pack.
</p>
<div class="buttons">
<a href="https://forms.gle/pUUgXPBniRpzCR3u6" rel="nofollow" target="blank" class="button button-lg radius-10 wow fadeInUp" data-wow-delay=".7s">Submit your application</a>
</div>
</div>
<!-- ========================= contact style-6 start ========================= -->
<section id="contact" class="contact-section contact-style-6">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="contact-form-wrapper">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScHl9lX6zKlkk5vD0YdR-PI_BnLk1tndl8okpN16LnSxSd9wA/viewform?embedded=true" width="640" height="700" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<!-- <form action="assets/php/contact.php" method="POST">
<div class="row">
<div class="col-md-6">
<div class="single-input">
<label for="name">Name</label>
<input type="text" id="name" name="name" class="form-input" placeholder="Name">
<i class="lni lni-user"></i>
</div>
</div>
<div class="col-md-6">
<div class="single-input">
<label for="email">Email</label>
<input type="email" id="email" name="email" class="form-input" placeholder="Email">
<i class="lni lni-envelope"></i>
</div>
</div>
<div class="col-md-6">
<div class="single-input">
<label for="number">Number</label>
<input type="text" id="number" name="number" class="form-input" placeholder="Number">
<i class="lni lni-phone"></i>
</div>
</div>
<div class="col-md-6">
<div class="single-input">
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" class="form-input" placeholder="Subject">
<i class="lni lni-text-format"></i>
</div>
</div>
<div class="col-md-12">
<div class="single-input">
<label for="message">Message</label>
<textarea name="message" id="message" class="form-input" placeholder="Message" rows="6"></textarea>
<i class="lni lni-comments-alt"></i>
</div>
</div>
<div class="col-md-12">
<div class="form-button">
<button type="submit" class="button radius-10">Submit <i class="lni lni-telegram-original"></i> </button>
</div>
</div>
</div>
</form> -->
</div>
</div>
<div class="col-lg-5 order-first order-lg-last">
<div class="left-wrapper">
<div class="section-title mb-40">
<h3 class="mb-15">Get in touch</h3>
<p>If you want to learn more before applying or want to partner with us in bringing this opportunity to more founders please reach out!</p>
</div>
<div class="row">
<div class="col-lg-12 col-md-6">
<!-- <div class="single-item">
<div class="icon">
<i class="lni lni-phone"></i>
</div>
<div class="text">
<p></p>
</div>
</div> -->
</div>
<div class="col-lg-12 col-md-6">
<div class="single-item">
<div class="icon">
<i class="lni lni-envelope"></i>
</div>
<div class="text">
<p>[email protected]</p>
</div>
</div>
</div>
<div class="col-lg-12 col-md-6">
<div class="single-item">
<div class="icon">
<i class="lni lni-map-marker"></i>
</div>
<div class="text">
<p>Detroit, Michigan, USA</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ========================= contact style-6 end ========================= -->
<!-- ========================= clients-logo start ========================= -->
<section class="clients-logo-section pt-100 pb-100">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="client-logo wow fadeInUp" data-wow-delay=".2s">
<!-- <img src="assets/img/clients/brands.svg" alt="" class="w-100"> -->
</div>
</div>
</div>
</div>
</section>
<!-- ========================= clients-logo end ========================= -->
<!-- ========================= footer style-1 start ========================= -->
<footer class="footer footer-style-1">
<div class="container">
<div class="widget-wrapper">
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="footer-widget wow fadeInUp" data-wow-delay=".2s">
<div class="logo">
<!-- <a href="#0"> <img src="assets/img/logo/logo.svg" alt=""> </a> -->
Detroit Hacker House
</div>
<p class="desc">Build. Ship. Learn.</p>
<!-- <ul class="socials">
<li> <a href="#0"> <i class="lni lni-facebook-filled"></i> </a> </li>
<li> <a href="#0"> <i class="lni lni-twitter-filled"></i> </a> </li>
<li> <a href="#0"> <i class="lni lni-instagram-filled"></i> </a> </li>
<li> <a href="#0"> <i class="lni lni-linkedin-original"></i> </a> </li>
</ul> -->
</div>
</div>
<div class="col-xl-2 offset-xl-1 col-lg-2 col-md-6 col-sm-6">
<!-- <div class="footer-widget wow fadeInUp" data-wow-delay=".3s">
<h6>Quick Link</h6>
<ul class="links">
<li> <a href="#0">Home</a> </li>
<li> <a href="#0">About</a> </li>
<li> <a href="#0">Service</a> </li>
<li> <a href="#0">Contact</a> </li>
</ul>
</div> -->
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<!-- <div class="footer-widget wow fadeInUp" data-wow-delay=".4s">
<h6>Services</h6>
<ul class="links">
<li> <a href="#0">Web Design</a> </li>
<li> <a href="#0">Web Development</a> </li>
<li> <a href="#0">Seo Optimization</a> </li>
<li> <a href="#0">Blog Writing</a> </li>
</ul>
</div> -->
</div>
<div class="col-xl-3 col-lg-3 col-md-6">
<!-- <div class="footer-widget wow fadeInUp" data-wow-delay=".5s">
<h6>Help & Support</h6>
<ul class="links">
<li> <a href="#0">Support Center</a> </li>
<li> <a href="#0">Live Chat</a> </li>
<li> <a href="#0">FAQ</a> </li>
<li> <a href="#0">Terms & Conditions</a> </li>
</ul>
</div> -->
</div>
</div>
</div>
<div class="copyright-wrapper wow fadeInUp" data-wow-delay=".2s">
<p>Design and Developed by <a href="https://uideck.com" rel="nofollow" target="_blank">UIdeck</a> Built-with <a href="#">Lindy UI Kit</a></p>
</div>
</div>
</footer>
<!-- ========================= footer style-1 end ========================= -->
<!-- ========================= scroll-top start ========================= -->
<a href="#" class="scroll-top"> <i class="lni lni-chevron-up"></i> </a>
<!-- ========================= scroll-top end ========================= -->
<!-- ========================= JS here ========================= -->
<script src="assets/js/bootstrap.5.0.0.alpha-2-min.js"></script>
<script src="assets/js/count-up.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>