-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·785 lines (697 loc) · 28 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
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon.png">
<meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Galio - Build amazing apps in one codebase</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<meta name="viewport" content="width=device-width" />
<link href="bootstrap3/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/gsdk.css" rel="stylesheet"/>
<link href="assets/css/new-css.css" rel="stylesheet" />
<!-- Fonts and icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/icons.css">
</head>
<body>
<nav class="navbar" role="navigation-demo">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-default2">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="assets/img/logo.png">Galio</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navigation-default2">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown dropdown-with-icons">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Our products
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="https://www.creative-tim.com/bootstrap-themes?ref=new-presentation-page">
<span class="logo">
<img src="assets/img/bootstrap.jpg" alt="">
</span>
<span class="text"><b>Bootstrap</b> Frameworks</span>
</a>
</li>
<li>
<a href="https://www.creative-tim.com/bootstrap-themes/vuejs-themes?ref=new-presentation-page">
<span class="logo">
<img src="assets/img/vue.jpg" alt="">
</span>
<span class="text"><b>Vue.js</b> Frameworks</span>
</a>
</li>
<li>
<a href="https://www.creative-tim.com/bootstrap-themes/react-themes?ref=new-presentation-page">
<span class="logo">
<img src="assets/img/react.jpg" alt="">
</span>
<span class="text"><b>React</b> Frameworks</span>
</a>
</li>
<li>
<a href="https://www.creative-tim.com/bootstrap-themes/angular-themes?ref=new-presentation-page">
<span class="logo">
<img src="assets/img/angular.jpg" alt="">
</span>
<span class="text"><b>Angular</b> Frameworks</span>
</a>
</li>
</ul>
</li>
<li>
<a class="nav-link social" href="https://www.facebook.com/CreativeTim/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a class="nav-link social" href="https://www.instagram.com/creativetimofficial" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a class="nav-link social" href="https://www.instagram.com/creativetimofficial" target="_blank">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="wrapper">
<div class="section section-header">
<div class="container">
<div class="row">
<div class="col-md-6 text-left" style="z-index:2;">
<h1 class="title">Build amazing apps in one codebase</h1>
<h4 class="desc"> Use the power of react native to easily give life to your future mobile projects</h4>
<a href="#" class="btn btn-rose">Get started<i class="fa fa-github"></i></a>
</div>
</div>
</div>
<img src="assets/img/header-image.png">
<div class="space-110"></div>
</div>
<div class="section section-do" id="whatwedo">
<div class="container">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="space-180"></div>
<h2 class="title">What is Galio?</h2>
<div class="space-50"></div>
</div>
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-info icon-round icon-lg">
<i class="nc-icon nc-single-copy-04"></i>
</div>
<div class="description">
<h4 class="info-title">Free & Open Source</h4>
<h5 class="desc">
Galio Framework is a 100% free and open source project, licensed under MIT. It will always remain free to use, powered by a massive world-wide community.
</h5>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger icon-round icon-lg">
<i class="nc-icon nc-palette"></i>
</div>
<div class="description">
<h4 class="info-title">Beautifully designed</h4>
<h5 class="desc">
Clean, simple, and functional. With ready-made components, typography, and a gorgeous base theme that adapts to each platform, you'll be building in style.
</h5>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-success icon-round icon-lg">
<i class="nc-icon nc-spaceship"></i>
</div>
<div class="description">
<h4 class="info-title">First-class Documentation</h4>
<h5 class="desc">
Built with real app examples, component demos, guides, and how-to’s to get you up and running with mobile apps faster than ever before.
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section section-technologies">
<div class="container">
<div class="row">
<div class="col-md-6 text-left">
<h2 class="title">Built as a framework from the ground up.</h2>
<h4 class="desc">
Creating your mobile app from scratch with dedicated designers and developers can be very expensive. Using Galio you get everything you need to start creating your fully functional mobile app in just minutes.
</h4>
</div>
<img src="assets/img/img-framework.png">
</div>
</div>
</div>
<div class="section section-products">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2 class="title">A few screens made with Galio</h2>
</div>
<img src="assets/img/img-framework.png">
</div>
</div>
</div>
<div class="section section-startup">
<div class="container">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-8 text-left">
<h2 class="title">Try Startup before purchasing</h2>
<h4 class="desc">The most important part of the Startup Framework are the samples or Bootstrap themes and templates. The samples consist of a set of few pages you can use "as is" or add new blocks from UI Kit.</h4>
<a class="github-button" href="https://github.com/ntkme/github-buttons" data-icon="octicon-star" data-show-count="true" aria-label="Star ntkme/github-buttons on GitHub">Star</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/ntkme/github-buttons/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork ntkme/github-buttons on GitHub">Fork</a>
<div class="space-110"></div>
<div class="row">
<div class="col-lg-5">
<div class="info">
<div class="icon icon-info">
<i class="nc-icon nc-single-copy-04"></i>
</div>
<div class="description">
<h4 class="info-title">For developers</h4>
<p class="desc">
Start your mobile app in no time. Just choose components that you like
and start tweaking it.
</p>
<a href="#" class="btn btn-rose btn-simple">Download from github<i class="fa fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-2">
</div>
<div class="col-lg-5 col-lg-offset-2">
<div class="info">
<div class="icon icon-info">
<i class="nc-icon nc-single-copy-04"></i>
</div>
<div class="description">
<h4 class="info-title">For designers</h4>
<p class="desc">
Build the app you love 200+ components,
each designed for a specific purpose.
</p>
<a href="#" class="btn btn-rose btn-simple">Download sketch file<img src="assets/img/sketch.png"></a>
</div>
</div>
</div>
<div class="col-md-6">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section section-categories">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<p class="tag">Categories</p>
<h3 class="title">Bunch of templates inspired by most popular mobile apps design patterns</h3>
</div>
</div>
<div class="space-110"></div>
<div class="row">
<div class="col-md-3 col-sm-6">
<ul class="list-group text-center">
<li class="list-group-item">Walkthrough</li>
<li class="list-group-item">Profile</li>
<li class="list-group-item">Media</li>
<li class="list-group-item">Chat</li>
</ul>
</div>
<div class="col-md-3 col-sm-6">
<ul class="list-group text-center">
<li class="list-group-item">Sign up/Sign in</li>
<li class="list-group-item">Dashboard</li>
<li class="list-group-item">Articles</li>
<li class="list-group-item">Events</li>
</ul>
</div>
<div class="col-md-3 col-sm-6">
<ul class="list-group text-center">
<li class="list-group-item">Loading</li>
<li class="list-group-item">Feed</li>
<li class="list-group-item">E-Commerce</li>
<li class="list-group-item">Menu</li>
</ul>
</div>
<div class="col-md-3 col-sm-6">
<ul class="list-group text-center">
<li class="list-group-item">Popovers</li>
<li class="list-group-item">Activity</li>
<li class="list-group-item">Other</li>
<li class="list-group-item">To be continued</li>
</ul>
</div>
</div>
</div>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1366 768" style="enable-background:new 0 0 1366 768;" xml:space="preserve">
<style type="text/css">
.st0{fill:#080C0F;stroke:#000000;stroke-miterlimit:10;}
</style>
<path class="st0" d="M-0.5,0.5c455.3,182,910.7,364,1366,546c0-182,0-364,0-546H-0.5z"/>
</svg>
<img src="assets/img/big-phone.png">
</div>
<div class="section section-how">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2 class="title">How to work with it</h2>
<div class="space-50"></div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-info">
<i class="nc-icon nc-single-copy-04"></i>
</div>
<div class="description">
<h4 class="info-title">Installation</h4>
<p class="desc">
Include Bootstrap's source Sass and JavaScript files via npm, Composer or Meteor.
Package managed installs don't include documentation, but do include our build system and readme.
<br><br>
npm install bootstrap
<br>
gem install bootstrap -v 4.0.0
</p>
<a href="#" class="btn btn-rose btn-simple">Read installation docs</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger">
<i class="nc-icon nc-single-copy-04"></i>
</div>
<div class="description">
<h4 class="info-title">BootstrapCDN</h4>
<p class="desc">
When you only need to include Bootstrap's compiled CSS or JS, you can use BootstrapCDN
<br><br>
CSS only
<br><br>
JS, Popper.js, and jQuery.
</p>
<a href="#" class="btn btn-rose btn-simple">Explore docs</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-success">
<i class="nc-icon nc-single-copy-04"></i>
</div>
<div class="description">
<h4 class="info-title">Premium Themes</h4>
<p class="desc">
Take Bootstrap 4 to the next level with premium themes from our official
marketplace—all built on Bootstrap with new components and plugins, docs, and build tools.
</p>
<a href="#" class="btn btn-rose btn-simple">Browse Screens</a>
</div>
</div>
</div>
</div>
</div>
</div><!-- end row -->
<div class="section section-team">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2 class="title">Who is behind this great project?</h2>
<div class="space-50"></div>
</div>
</div>
<div class="avatars">
<div class="avatar avatar-one" data-toggle="tooltip" data-placement="top" title="Marketing Strategist">
<a href="#pablo">
<img class="img img-raised" src="assets/img/team/Diana2.jpg">
</a>
</div>
<div class="avatar avatar-two" data-toggle="tooltip" data-placement="bottom" title="AngularJS Developer">
<a href="#pablo">
<img class="img img-raised" src="assets/img/team/Ciprian2.jpg">
</a>
</div>
<div class="avatar avatar-three" data-toggle="tooltip" data-placement="top" title="Front-End Developer">
<a href="#pablo">
<img class="img img-raised" src="assets/img/team/Dragos2.jpg">
</a>
</div>
<div class="avatar avatar-four" data-toggle="tooltip" data-placement="bottom" title="Full-Stack Developer">
<a href="#pablo">
<img class="img img-raised" src="assets/img/team/Beni2.jpg">
</a>
</div>
<div class="avatar avatar-five" data-toggle="tooltip" data-placement="bottom" title="UI/UX Designer">
<a href="#pablo">
<img class="img img-raised" src="assets/img/team/StefanC2.jpg">
</a>
</div>
<div class="avatar avatar-six" data-toggle="tooltip" data-placement="top" title="Front-End Developer">
<a href="#pablo">
<img class="img img-raised" src="assets/img/team/StefanC2.jpg">
</a>
</div>
</div>
</div>
</div>
<div class="section section-who">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2 class="title">Some awesome apps using React Native</h2>
<h4 class="desc">
We are so excited to see our frameworks being used in Personal Projects, Large Enterprise Applications, Governmental Projects or <br>in Prestigious Universities.
</h4>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="card-featured">
<div class="card-featured-content">
<img src="assets/img/who/facebook.png" style="width:50px;">
<img src="assets/img/who/vodafone.jpg">
<img src="assets/img/who/at.jpg" style="width:70px;">
<img src="assets/img/who/amazon.jpg" style="width: 90px">
<img src="assets/img/who/cisco.jpg" style="width: 75px;">
<img src="assets/img/who/sales.jpg" style="width:75px;">
<img src="assets/img/who/ibm.jpg" style="width:80px;">
<img src="assets/img/who/samsung.jpg">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="space-50"></div>
</div>
<div class="section section-road">
<div class="container">
<div class="space-110"></div>
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h2 class="title text-white">Road Map</h2>
<h4 class="desc text-grey">
We have great plans and a long road ahead of us. Our goal is to develop a fully customisable mobile framework based on react native.
</h4>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="step">
<h5 class="subtitle">July 2018</h5>
<h4 class="title">Idea</h4>
<div class="line"></div>
<ul class="list-group">
<li class="list-group-item"> <span>Research</span> React native limitations & possibilities</li>
<li class="list-group-item"><span>Research</span> how apps are developed so we can ease the process by unifying or simplyfing different processes</li>
<li class="list-group-item"><span>Building</span> first version of a design system intended to be used as a base to start from, for any future project</li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-5">
<div class="step">
<h5 class="subtitle">August 2018</h5>
<h4 class="title">Public launch @ GitHub</h4>
<div class="line"></div>
<div class="row">
<div class="col-md-6">
<ul class="list-group">
<li class="list-group-item"> <span>Reach</span> to existing React native communities and spread the word about the new experimental solution</li>
<li class="list-group-item"><span>Build</span> new communities on Medium, Reddit, Facebook Groups, GitHub and more</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list-group">
<li class="list-group-item"><span>Making</span> sure we get feedback and start working on reaching a stable basic version</li>
<li class="list-group-item"><span>Developing</span> new modules like e-commerce and specific payment integrations (ex: stripe), map navigation module and more.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="step">
<h5 class="subtitle">October 2018</h5>
<h4 class="title">Market Launch</h4>
<div class="line disabled"></div>
<ul class="list-group">
<li class="list-group-item"> <span>Once</span> Galio becomes stable and have a few modules, we can develop a dedicated marketplace</li>
<li class="list-group-item"><span>We</span> use the highest standard of coding and design on react native and sell our flagship apps.</li>
</ul>
</div>
</div>
</div>
<div class="space-50"></div>
<div class="row">
<div class="col-sm-6">
<div class="step">
<h5 class="subtitle">January 2019</h5>
<h4 class="title">Public launch @ GitHub</h4>
<div class="line disabled"></div>
<div class="row">
<div class="col-md-6">
<ul class="list-group">
<li class="list-group-item"> <span>Reach</span> to existing React native communities and spread the word about the new experimental solution</li>
<li class="list-group-item"><span>Build</span> new communities on Medium, Reddit, Facebook Groups, GitHub and more</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list-group">
<li class="list-group-item"><span>Making</span> sure we get feedback and start working on reaching a stable basic version</li>
<li class="list-group-item"><span>Developing</span> new modules like e-commerce and specific payment integrations (ex: stripe), map navigation module and more.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="step">
<h5 class="subtitle">March 2019</h5>
<h4 class="title">Idea</h4>
<div class="line disabled"></div>
<ul class="list-group">
<li class="list-group-item"> <span>Research</span> React native limitations & possibilities</li>
<li class="list-group-item"><span>Research</span> how apps are developed so we can ease the process by unifying or simplyfing different processes</li>
<li class="list-group-item"><span>Building</span> first version of a design system intended to be used as a base to start from, for any future project</li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="step">
<h5 class="subtitle">July 2019</h5>
<h4 class="title">Market Launch</h4>
<div class="line disabled arrow"></div>
<ul class="list-group">
<li class="list-group-item"> <span>Once</span> Galio becomes stable and have a few modules, we can develop a dedicated marketplace</li>
<li class="list-group-item"><span>We</span> use the highest standard of coding and design on react native and sell our flagship apps.</li>
</ul>
</div>
</div>
</div>
<div class="space-110">
</div>
<div class="row">
<div class="col-md-4 col-sm-offset-0">
<h3>Conferences</h3>
<div class="items">
<div class="item">
<div class="photo">
<img src="assets/img/dribbble.jpg">
</div>
<div class="info">
<a class="title text-left" href="http://blog.creative-tim.com/web-design/first-bucharest-dribbble-meetup-thoughts-impressions/" target="_blank">Dribbble Meetup</a>
<div class="text text-left">Hosted the first 2 Dribbble meetups in Romania</div>
</div>
</div>
<div class="item">
<div class="photo">
<img src="assets/img/swpn.jpg">
</div>
<div class="info">
<a class="title text-left" href="http://communities.techstars.com/romania/piatra-neamt-romania/startup-weekend/11523" target="_blank">Startup Weekend Piatra Neamt</a>
<div class="text text-left">TechStars Hackathon</div>
</div>
</div>
<div class="item">
<div class="photo">
<img src="assets/img/swb.jpg">
</div>
<div class="info">
<a class="title text-left" href="http://communities.techstars.com/romania/bucharest/startup-weekend/10521" target="_blank">Startup Weekend Bucharest</a>
<div class="text text-left">TechStars Hackathon</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-offset-0">
<h3>Community Help</h3>
<div class="items">
<div class="item">
<div class="photo">
<img src="assets/img/cheatsheet.jpg">
</div>
<div class="info">
<a class="title text-left" href="https://www.creative-tim.com/bootstrap-cheat-sheet" target="_blank">BS4 Cheat Sheet</a>
<div class="text text-left">Bootstrap Cheat Sheet for Developers</div>
</div>
</div>
<div class="item">
<div class="photo">
<img src="assets/img/youtube-open.jpg">
</div>
<div class="info">
<a class="title text-left" href="https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w" target="_blank">YouTube Tutorials</a>
<div class="text text-left">How to build web interfaces with HTML</div>
</div>
</div>
<div class="item">
<div class="photo">
<img src="assets/img/anatomy.jpg">
</div>
<div class="info">
<a class="title text-left" href="https://medium.freecodecamp.org/the-anatomy-of-a-bootstrap-dashboard-that-earns-1-000s-each-month-ed3404010d25" target="_blank">Anatomy of a Bootstrap Dashboard</a>
<div class="text text-left">Case study for web developers</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-offset-0">
<h3>Open Source</h3>
<div class="items">
<div class="item">
<div class="photo">
<img src="assets/img/mk-open.jpg">
</div>
<div class="info">
<a class="title text-left" href="https://github.com/creativetimofficial/material-kit" target="_blank">Material Kit</a>
<div class="text text-left">Bootstrap 4 Material Design UI Kit</div>
</div>
</div>
<div class="item">
<div class="photo">
<img src="assets/img/nuk-open.jpg">
</div>
<div class="info">
<a class="title text-left" href="https://github.com/creativetimofficial/now-ui-kit" target="_blank">Now UI Kit</a>
<div class="text text-left">Bootstrap 4 UI Kit by Invision</div>
</div>
</div>
<div class="item">
<div class="photo">
<img src="assets/img/md-open.jpg">
</div>
<div class="info">
<a class="title text-left" href="https://github.com/creativetimofficial/material-dashboard" target="_blank">Material Dashboard</a>
<div class="text text-left">Bootstrap 4 Admin Dashboard</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section section-map">
<div class="container">
<div class="col-lg-5 col-md-10">
<div class="card card-contact card-raised">
<div class="card-body">
<div class="info info-horizontal">
<div class="icon icon-rose">
<i class="nc-icon nc-chat-round"></i>
</div>
<div class="description">
<h5 class="info-title">We are here to help</h5>
<a href="https://www.creative-tim.com/contact-us" class="btn btn-rose btn-simple">Contact Us </a>
</div>
</div>
<div class="info info-horizontal">
<div class="icon icon-rose">
<i class="nc-icon nc-building"></i>
</div>
<div class="description">
<h5 class="info-title">Visit us at the HQ</h5>
<p> Str George Enescu, nr. 42,<br>
Bucharest, Romania
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5">
<div class="image-container">
<img src="assets/img/world2.png" class="map" alt="">
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-black">
<div class="container">
<div class="text-center">
<div class="copyright">
© 2018 <a href="https://galio.io">Galio</a>, made with love for a better web.
</div>
</div>
</div>
</footer>
</body>
<!-- jQuery and Bootstrap core files -->
<script src="assets/js/jquery.js" type="text/javascript"></script>
<script src="assets/js/jquery-ui.custom.min.js" type="text/javascript"></script>
<script src="bootstrap3/js/bootstrap.min.js" type="text/javascript"></script>
<!-- Get Shit Done Kit PRO Core javascript -->
<script src="assets/js/gsdk.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script type="text/javascript">
$(document).ready(function(){
// the body of this function is in assets/js/now-ui-kit.js
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46172202-1', 'auto');
ga('send', 'pageview');
</script>
</html>