-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
253 lines (176 loc) · 6.5 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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.104.1" />
<meta charset="utf-8" />
<title>Pico CNC</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Themify -->
<link rel="stylesheet" href="https://picomachines.com/themify/themify.css">
<!-- Critical CSS -->
<link href="https://picomachines.com/scss/critical.min.css" rel="stylesheet" />
<!--Favicon-->
<link rel="shortcut icon" href="https://picomachines.com/images/favicon.png" type="image/x-icon" />
<link rel="icon" href="https://picomachines.com/images/favicon.png" type="image/x-icon" />
</head>
<body>
<nav class="main-nav navbar navbar-expand-lg">
<div class="container-fluid">
<!-- Logo -->
<!-- Toogle Button -->
<button
class="navbar-toggler collapsed"
type="button"
data-toggle="collapse"
data-target="#mainNav"
>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse nav-list" id="mainNav">
<!-- Navigation Links -->
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="https://picomachines.com#hero" class="nav-link scroll">Home</a>
</li>
<li class="nav-item">
<a href="https://github.com/rahulsarchive/Nino" class="nav-link scroll">Niño</a>
</li>
<li class="nav-item">
<a href="https://picomachines.com#feature" class="nav-link scroll">About</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content">
<section class="hero" id="hero">
<div class="hero-shape">
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-2 order-lg-1">
<div class="hero-content">
<span class="hero-content-subtitle"> </span>
<h1> Tiny machines for big ideas! </h1>
<p> Pico is an open-source 3D printable PCB mill, which can be made almost anywhere. </p>
<ul class="hero-content-buttons">
<li>
<a href="https://github.com/fabneocnc" class="btn-platform">
<img src="images/hero/github.png">
<div class="btn-platform-area">
<span> Find on </span>
Github
</div>
</a>
</li>
<li>
<a href="https://fab.cba.mit.edu/classes/865.21/people/rahul/" class="btn-platform">
<img src="images/hero/gitlab.png">
</i>
<div class="btn-platform-area">
<span> Read the docs </span>
fab.cba.mit
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2">
<div class="hero-image">
<img src=images/hero/pico.png alt="hero-img" />
</div>
</div>
</div>
</div>
</section>
<section class="feature" id="feature">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="feature-image">
<img
src=images/feature/pico1.png
alt="feature-image"
/-->
</div>
</div>
<div class="col-lg-6">
<div class="feature-content ml-25">
<h2>
Neo Pico project
</h2>
<p>
The aim of Pico is to create a compact milling machine for PCB fabrication that can be made in any Fablab. This helps reduce the barrier to entry for custom PCBs. Various motion systems like Flexure Z-axis and friction drive spindles are developed to meet the goals.
</p>
<p>
</p>
<a href="https://fab.cba.mit.edu/classes/865.21/people/rahul/" data-text=Read the docs class="btn btn-primary">
<span>Read the docs</span>
</a>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-6 order-2 order-lg-1">
</div>
</div>
</div>
</section>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-12">
</div>
<div class="col-lg-8 mx-auto">
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="footer-description">
<p>
Creative Commons CC-BY-SA 4.0
</br>
Designed and Build at <a href="https://fablabkerala.in/" target="_blank"> Fablab Kerala </a> by <a href="https://rahulsrajan.com/" target="_blank">Rahul </a> 2022
</p>
<ul class="footer-description-social">
<li>
<a href="https://www.facebook.com/fablabkerala/"><i class="ti-facebook"></i></a>
</li>
<li>
<a href="https://www.instagram.com/fablab.kerala/"><i class="ti-instagram"></i></a>
</li>
<li>
<a href="https://github.com/rahulsarchive"><i class="ti-github"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="footer-widget">
<div class="footer-widget-list">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="footer-widget">
<h4>Address</h4>
<div class="footer-widget-list">
<ul>
<li><p><i class="ti-pin"></i>Super Fablab Kochi, Kerala</p></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<link href="https://picomachines.com/scss/non-critical.min.css" rel="stylesheet" />
<script src="https://picomachines.com/js/vendor.min.js"></script>
<script src="https://picomachines.com/js/script.min.js"></script>
</body>
</html>