-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (95 loc) · 3.96 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>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bqlabs</title>
<meta name="description" content="We believe in open source, here are some of the internally-developed libraries we have contributed back to the community.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="/bower_components/penguin/lib/css/penguin.min.css">
<link rel="stylesheet" href="/bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" href="/assets/images/favicon.ico">
</head>
<body>
<header class="header">
<div class="wrapper">
<h1 class="invisible">bqlabs</h1>
<div class="jumbo">
<h2 class="jumbo__title"><a href="https://bqlabs.github.io">bqlabs</a></h2>
<form class="searcher">
<input class="searcher__input" type="search" placeholder="Search an open source project"/>
</form>
</div>
</div>
</header>
<main>
<div class="projects-directory">
<div class="filter_list">
<em class="filter__title">
<span class="icon">
<svg viewBox="0 0 88 74" version="1.1" xmlns="http://www.w3.org/2000/svg">
<title>Filters</title>
<path d="M88.164,1.076 C87.855,0.324 87.12,-0.168 86.312,-0.168 L1.684,-0.168 C0.872,-0.168 0.14,0.324
-0.164,1.076 C-0.472,1.828 -0.296,2.684 0.28,3.252 L34,36.524 L34,72.164 C34,72.876 34.38,73.536
34.996,73.9 C35.308,74.08 35.652,74.164 36,74.164 C36.34,74.164 36.684,74.08 36.992,73.908 L52.992,64.788
C53.616,64.432 54,63.768 54,63.048 L54,36.524 L87.721,3.256 C88.292,2.684 88.468,1.824 88.164,1.076
L88.164,1.076 Z">
</path>
</svg>
</span>
Filters
</em>
<ul class="filter__menu">
<li class="filter__menu__item">
<a href="#" class="filter__menu__link filter" data-filter="[category=software]">Software</a>
</li>
<li class="filter__menu__item">
<a href="#" class="filter__menu__link filter" data-filter="[category=electronics]">Electronics</a>
</li>
<li class="filter__menu__item">
<a href="#" class="filter__menu__link filter" data-filter="[category=mechanics]">Mechanics</a>
</li>
<li class="filter__menu__item">
<a href="#" class="filter__menu__link filter" data-filter="[category=robotics]">Robotics</a>
</li>
<li class="filter__menu__item">
<a href="#" class="filter__menu__link filter" data-filter="[category=documentation]">Documentation</a>
</li>
<li class="filter__menu__item">
<a href="#" class="filter__menu__link filter active" data-filter="all">View all</a>
</li>
</ul>
</div>
<div class="projects-list">
<div class="loader">
<svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#6194CB">
<g fill="none" fill-rule="evenodd">
<g transform="translate(1 1)" stroke-width="2">
<circle stroke-opacity=".5" cx="18" cy="18" r="18"/>
<path d="M36 18c0-9.94-8.06-18-18-18">
<animateTransform
attributeName="transform"
type="rotate"
from="0 18 18"
to="360 18 18"
dur="1s"
repeatCount="indefinite"/>
</path>
</g>
</g>
</svg>
</div>
</div>
</div>
</main>
<!-- jQuery -->
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<!-- MixItUp -->
<script src="/bower_components/mixitup/build/jquery.mixitup.min.js"></script>
<!-- Components demo -->
<script src="/assets/js/main.js"></script>
<script src="/assets/js/projects.js"></script>
</body>
</html>