-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 2.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" initial-scale="1">
<meta name="description" content="vogle labs is soft engineer group">
<title>vogle labs</title>
<link rel="stylesheet" href="/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/brands.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/fontawesome.css">
<link rel="icon" href="favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-85007712-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-85007712-1');
</script>
</head>
<body>
<div class="wrapper">
<section>
<header class="about"><h1 class="about__title">vogle labs</h1>
<h2 class="about__description">Think different</h2>
<p class="about__bio">The surest way to corrupt a youth is to instruct him to hold in higher esteem those
who think alike
than those who think differently.<br>- Friedrich Wilhelm Nietzsche<br><br>This group always loves to the
discussion about software development and happy life.</p><!--a(href="http://mail.vogle.com")-->
<!-- button mail--><!--a(href="http://github.com/vogle", target="_blank")--><!-- button github-->
</header>
<div class="contact">
<!--<a href="http://allan.vogle.com" target="_blank" class="contact-btn">-->
<!--<button>Allan</button>-->
<!--</a>-->
<!--a(href="http://fb.com/allan.syim", target="_blank"): i.fab.fa-facebook-square-->
<!--a(href="http://instagram.com/allan.im", target="_blank"): i.fab.fa-instagram-->
<!--a(href="http://github.com/allanim", target="_blank"): i.fab.fa-github-->
<!--a(href="http://linkedin.com/in/allanim", target="_blank"): i.fab.fa-linkedin-->
<!--a(href="http://twitter.com/allanlogs", target="_blank"): i.fab.fa-twitter-square--></div>
</section>
</div>
</body>
</html>