-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
156 lines (102 loc) · 4.04 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.52" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Friends of GO </title>
<meta name="author" content="">
<meta property="og:title" content="Friends of GO" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/" />
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Friends of GO" />
<link rel="canonical" href="/">
<link rel="icon" href="/images/favicon.png" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/[email protected]">
<link rel="apple-touch-icon" sizes="120x120" href="/images/[email protected]">
<link rel="apple-touch-icon" sizes="152x152" href="/images/[email protected]">
<link href="/css/font.css" rel="stylesheet" type="text/css">
<link href="/css/kube.min.css" rel="stylesheet" type="text/css">
<link href="/css/kube.legenda.css" rel="stylesheet" type="text/css">
<link href="/css/highlight.css" rel="stylesheet" type="text/css">
<link href="/css/master.css" rel="stylesheet" type="text/css">
<link href="/css/kube.demo.css" rel="stylesheet" type="text/css">
<link href="/css/custom.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<script src="/js/jquery-2.1.4.min.js" type="text/javascript">
</script>
<script type="text/javascript" src="/js/tocbot.min.js"></script>
</head>
<body class="page-kube">
<header>
<div class="show-sm">
<div id="nav-toggle-box">
<div id="nav-toggle-brand">
<a href="/" title="Friends of GO">Friends of GO</a>
</div><a data-component="toggleme" data-target="#top" href="#" id="nav-toggle"><i class="kube-menu"></i></a>
</div>
</div>
<div class="hide-sm" id="top">
<div id="top-brand">
<h1><a href="/" title="Friends of GO"><img alt="Friends of GO" src="/images/logos/logo_header.png"></a></h1>
</div>
<nav id="top-nav-main">
<ul>
<li><a href="/libraries/" >Libraries</a></li>
<li><a href="/contributors/" >Contributors</a></li>
<li><a href="https://blog.friendsofgo.tech" >Blog</a></li>
<li><a href="https://rdbl.co/2VOKTun" >Shop</a></li>
</ul>
</nav>
<nav id="top-nav-extra">
<ul>
</ul>
</nav>
</div> </header>
<main>
<div id="main">
<div id="hero">
<div>
<img class="hero-img" src="/images/logo.png" alt="Friends of GO">
<p>Friends of Go started as a group of friends that love Golang and decided to share their libraries with the world.</p>
</div>
</div>
<div id="action-buttons">
<a class="button outline big" href="https://github.com/friendsofgo" target="_blank">View on
Github</a>
</div>
</div>
</main>
<footer>
<footer id="footer">
<nav>
<ul>
<li><span>Follow us on:</span></li>
<li>
<a href="https://github.com/friendsofgo">Github</a>
</li>
<li>
<a href="https://twitter.com/friendsofgotech">Twitter</a>
</li>
</ul>
</nav>
<p>© 2019 Friends of GO</p>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130554428-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-130554428-1');
</script>
</footer> </footer>
<script src="/js/kube.js" type="text/javascript">
</script>
<script src="/js/kube.legenda.js" type="text/javascript">
</script>
<script src="/js/master.js" type="text/javascript">
</script>
</body>
</html>