-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (93 loc) · 4.94 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
<!DOCTYPE html>
<html>
<head>
<!-- Site made with Mobirise Website Builder v4.4.0, https://mobirise.com -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Mobirise v4.4.0, mobirise.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/images/favicon-16x16.png" type="image/x-icon">
<meta name="description" content="">
<title>Home</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<section class="cid-qzEaiLSbxM mbr-fullscreen mbr-parallax-background" id="header2-f" data-rv-view="9">
<div class="container align-center">
<div class="row justify-content-md-center">
<div class="mbr-white col-md-10">
<h1 class="mbr-section-title mbr-bold pb-3 mbr-fonts-style display-1">
MGC Labs</h1>
<p class="mbr-text pb-3 mbr-fonts-style display-5">
Just a simple aspiring app developer <br>who loves a good cup of coffee<br></p>
<div class="mbr-section-btn"><a class="btn btn-md btn-secondary display-4" href="https://github.com/mgclabs" target="_blank">View on Github</a></div>
</div>
</div>
</div>
<div class="mbr-arrow hidden-sm-down" aria-hidden="true">
<a href="#next">
<i class="mbri-down mbr-iconfont"></i>
</a>
</div>
</section>
<section class="engine"><a href="https://mobirise.co/g">how to create your own website</a></section><section class="header10 cid-qzEAGVuKd7 mbr-fullscreen mbr-parallax-background" id="header10-h" data-rv-view="12">
<div class="container">
<div class="media-container-column mbr-white col-lg-8 col-md-10 ml-auto">
<h1 class="mbr-section-title align-right mbr-bold pb-3 mbr-fonts-style display-1">
About Me</h1>
<h3 class="mbr-section-subtitle align-right mbr-light pb-3 mbr-fonts-style display-2">
Aspiring Dev. </h3>
<p class="mbr-text align-right pb-3 mbr-fonts-style display-5">
I'm a technofile who is also an Android fanboy.<br>I love Open Source and I think it's the future of development.<br>Also <3 coffee</p>
</div>
</div>
<div class="mbr-arrow hidden-sm-down" aria-hidden="true">
<a href="#next">
<i class="mbri-down mbr-iconfont"></i>
</a>
</div>
</section>
<section class="cid-qzGvIP3XvL" id="social-buttons3-j" data-rv-view="15">
<div class="container">
<div class="media-container-row">
<div class="col-md-8 align-center">
<h2 class="pb-3 mbr-section-title mbr-fonts-style display-2">
SHARE THIS PAGE!
</h2>
<div>
<div class="mbr-social-likes">
<span class="btn btn-social socicon-bg-facebook facebook mx-2" title="Share link on Facebook">
<i class="socicon socicon-facebook"></i>
</span>
<span class="btn btn-social twitter socicon-bg-twitter mx-2" title="Share link on Twitter">
<i class="socicon socicon-twitter"></i>
</span>
<span class="btn btn-social plusone socicon-bg-googleplus mx-2" title="Share link on Google+">
<i class="socicon socicon-googleplus"></i>
</span>
<span class="btn btn-social pinterest socicon-bg-pinterest mx-2" title="Share link on Pinterest">
<i class="socicon socicon-pinterest"></i>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/smooth-scroll/smooth-scroll.js"></script>
<script src="assets/jarallax/jarallax.min.js"></script>
<script src="assets/social-likes/social-likes.js"></script>
<script src="assets/theme/js/script.js"></script>
</body>
</html>