-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhackaday.html
121 lines (98 loc) · 3.71 KB
/
hackaday.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
<!DOCTYPE HTML>
<!--
Future Imperfect by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Hackaday and Hackster featured my project</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="single is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Prabhat Adhikari</a></h1>
<nav class="links">
<ul>
<li><a href="https://pra22.github.io/Documents/Prabhat_Resume.pdf">My Resume</a></li>
<li><a href="https://github.com/pra22">My GitHub</a></li>
<li><a href="#">Linkedin</a></li>
</ul>
</nav>
<nav class="main">
<ul>
<li class="menu">
<a class="fa-bars" href="#menu">Menu</a>
</li>
</ul>
</nav>
</header>
<!-- Menu -->
<section id="menu">
<!-- Links -->
<section>
<ul class="links">
<li>
<a href="https://pra22.github.io/Documents/Prabhat_Resume.pdf">
<h3>My Resume</h3>
</a>
</li>
<li>
<a href="#">
<h3>GitHub</h3>
</a>
</li>
<li>
<a href="#">
<h3>LinkedIn</h3>
</a>
</li>
<li>
<a href="#">
<h3>Instagram</h3>
</a>
</li>
</ul>
</section>
<!-- Actions -->
</section>
<!-- Main -->
<div id="main">
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2><a href="#">Hackaday blog and Hackster.io featured my project!</a></h2>
<p>The GC-01, aka the precursor to the commercial GC-20.</p>
</div>
<div class="meta">
<time class="published" datetime="2019-09-25">September 25, 2019</time>
<a href="#" class="author"><span class="name">Prabhat</span><img src="images/avatar.jpg" alt="" /></a>
</div>
</header>
<span class="image featured"><img src="images/hackaday_article.png" alt="" /></span>
<p>I posted an instructable about the original GC-01 Geiger counter, which apparently got popular enough that the editors of these two popular maker blogs found it! </p>
<p>The GC-01 was much larger, shaped differently, and didn't have things like data logging and wifi, but it was my first attempt at building a handheld device, and taught me a lot about PCB design, schematic capture, and most importantly, the design and dimensioning of a product case.</p>
<p>Here is the link to the <a href="https://hackaday.com/2019/08/19/diy-geiger-counter-is-sure-to-generate-clicks/">Hackaday article</a></p>
<p>And here is the <a href="https://www.hackster.io/news/diy-geiger-counter-with-esp8266-e8fc26f72c31">hackster.io blog post!</a></p>
<span class="image featured"><img src="images/hackster.png" alt="" /></span>
</article>
</div>
<!-- Footer -->
<section id="footer">
<p class="copyright">© Untitled. Design: <a href="http://html5up.net">HTML5 UP</a>. Images: <a href="http://unsplash.com">Unsplash</a>.</p>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>