-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (88 loc) · 4.43 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
<!DOCTYPE html>
<!-- -->
<!--
<100 Days of Cromega Code: Landing Page for my 100 Days of Code Challenge.>
Copyright (C) <2022> <Cromega>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html>
<head>
<title>
Landing Page
</title>
<link rel="stylesheet" href="style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<header>
<a href="https://github.com/cromega08" target="_blank">
<img src="https://avatars.githubusercontent.com/u/90356347?s=400&u=6d6ac1571867c107505012e6fad4590dd474f5d0&v=4" alt="Cromega Logo">
</a>
<div>
<h1><a href="https://github.com/cromega08/100-days-of-cromega-code" target="_blank">100 Days of Cromega Code</a></h1>
<h2><a href="https://github.com/cromega08/100-days-of-cromega-code" target="_blank">Superbus et Hedonistic~</a></h2>
</div>
</header>
<body>
<div id = "body">
<section>
<div id = "links">
<label id = "cromega">
<a href="https://github.com/cromega08/100-days-of-cromega-code" target="_blank">
<img class = "repository" src="imgs/100_Days_of_Cromega_Code.png" alt="100_Days_of_Cromega_Code"/>
</a>
</label>
<!-- <label id = "kallaway">
<a href="https://github.com/cromega08/100-days-of-cromega-code" target="_blank">
<img class = "repository" src="imgs/100_Days_of_Code.png" alt="100_Days_of_Cromega_Code"/>
</a>
</label> -->
</div>
<div>
<h4>Click on the image</h4>
</div>
<!-- <div id = "switch">
<label>
<input type="checkbox">
<span id = "slider"></span>
</label>
</div> -->
</section>
<aside>
<div id = "benefits">
<h4>Build your own projects</h4>
<h4>Track your progress</h4>
<h4>Learn to be consistent</h4>
</div>
<article>
<p>
This is my <a href="https://github.com/cromega08/100-days-of-cromega-code" target="_blank">100 Days of Cromega Code</a> Challenge,
where i'm learning the languages, tools and complementary knowledge
to be a "(Web3/Blockchain DApps) Developer".
<br>
<br>
The current challenge it's my fork from the original <a href="https://github.com/kallaway/100-days-of-code" target="_blank">100 Days of Code</a>,
created for <a href="https://github.com/kallaway" target="_blank">@kallaway</a>,
with the objective of code 100 days for 1 hour, aside from your job or studies.
All your progress need to be documented/commited to the public,
this to keep yourself accountable.
</p>
</article>
</aside>
</div>
</body>
<footer>
<p>Designed by</p>
<a href="https://github.com/cromega08" target="_blank">
<img src="https://avatars.githubusercontent.com/u/90356347?s=400&u=6d6ac1571867c107505012e6fad4590dd474f5d0&v=4" alt="Cromega Logo">
</a>
</footer>
</html>