-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (53 loc) · 2.72 KB
/
index.html
File metadata and controls
59 lines (53 loc) · 2.72 KB
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
<!DOCTYPE html>
<html style="background-color: black;">
<head>
<link rel="stylesheet" href="styles.css">
</head>
<link rel="icon" type="image/png" href="favicon.png" >
<div id="nav">
<img src="logo.png">
<p style="color: grey; padding-top: 50px; padding-left: clamp(300px,25vw,25vw);">
<a href="https://github.com/devansoliman" target="_blank" rel="noopener noreferrer">Github</a>   |  
<a href="https://www.linkedin.com/in/devansoliman/" target="_blank" rel="noopener noreferrer">LinkedIn</a>
</p>
</div>
<div id="actionpi">
<a href="https://github.com/devansoliman/ActionPi" target="_blank" rel="noopener noreferrer">
<img src="actionpi.jpg">
</a>
<div class="text-block">
<h1 style="padding-top: 30px;">ActionPi</h1>
<p style="width: clamp(100px, 30vw, 600px);">Inspired by my time with an endurance racing team in the 24 Hours of Lemons, I set out to make a low-cost, small-form-factor, user-serviceable camera. The result: the world's smallest open-source action camera.
<br><br>
<a href="https://github.com/devansoliman/actionpi" target="_blank" rel="noopener noreferrer">ROLL CAMERA →</a>
</p>
</div>
</div>
<div id="bruiser">
<a href="https://github.com/devansoliman/Bruiser" target="_blank" rel="noopener noreferrer">
<img src="bruiser.jpg">
</a>
<div class="text-block">
<h1>Bruiser</h1>
<p style="width: clamp(100px, 40vw, 600px);">How much of a skateboard can you make in a garage with a 3D-printer? Answer: almost all of it. Now motorized.
<br><br>
<a href="https://github.com/devansoliman/Bruiser" target="_blank" rel="noopener noreferrer">DROP IN →</a>
</p>
</div>
</div>
<div id="openportable">
<a href="https://github.com/devansoliman/openPortable" target="_blank" rel="noopener noreferrer">
<img src="openportable.jpg">
</a>
<div class="text-block">
<h1>openPortable</h1>
<p style="width: clamp(100px, 40vw, 600px);">Consumer electronics are difficult to hack, repair, and - most importantly - build. The openPortable laptop changes that. Every part, software or hardware, is interchangeable to give you control, extend device lifespan, and minimize e-waste.
<br><br>
<a href="https://github.com/devansoliman/openPortable" target="_blank" rel="noopener noreferrer">TAKE BACK CTRL →</a>
</p>
</div>
<div class="notice">
<p>COMING SOON</p>
</div>
</div>
</html>