-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (49 loc) · 1.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<link rel="stylesheet" href="stylesheets/mine.css">
<title>SIBU's GITHUB PAGE</title>
</head>
<body>
<section>
<article>
<h2> About this page </h2>
<br>
<br>
<br>
<p>This is my primary website (under construction ). Below is links to my projects and prefab academy documentation.</p>
<p> The Academy documentation is not complete and since the project was much interesting to do and write about, I had that page up-to-date. </p>
</article>
</section>
<nav>
<br>
<br>
<br>
<h3>
<a href="http://sibusaman.github.io/DIY-Soldering-Station/">Link to the PreFab Academy Project page. DIY Soldering Station</a>
<br>This was an academy project, and during the period I couldn't complete the project the way I wanted to. But this project is very important and I will keep working on this project till I finish this.
<!--/-->
</h3>
<br>
<br>
<br>
<h3>
<a href="http://sibusaman.github.io/prefab">link to Pre-Fab Academy Documentation page.</a>
<br>This page is incomplete and need lot of work, because of the fact that pre-academy was only one month long, I didn't get enough time for writing it. But I will continue to update it as and when I get time.
</h3>
<p>
<h3>TO-DO</h3>
<ul>
<li>Create an about me page.</li>
<li>Complete Pre-Academy documentation page.</li>
<li>Complete the project and update the site.</li>
</ul>
</p>
</nav>
</body>
</html>