-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (187 loc) · 8.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Codemap</title>
<!-- Style Sheet Links -->
<link rel="stylesheet" href="./style/style.css">
<link rel="stylesheet" href="./style/navbar.css">
<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/6d232ec003.js" crossorigin="anonymous"></script>
<!-- <script src=".//index.html"></script> -->
</head>
<body>
<nav>
<div class="logo">
<label><a target="_blank" href="https://www.kjscecodecell.com/"><img src="./img/Codecell-logo-red.png" alt=""></a> | Codemap</label>
</div>
<div class="nav-links">
<li><a href="#">Home</a></li>
<li><a href="#">Roadmaps</a></li>
<li><a href="#">Guides</a></li>
<li><a target="_blank" href="https://github.com/kjsce-codecell">Contribute</a></li>
</div>
<div class="nav-lines">
<div class="line line-full"></div>
<div class="line line-half"></div>
<div class="line line-full"></div>
</div>
</nav>
<section class="home" id="home">
<h2 class="title">Welcome to Codemap!</h2>
<p class="subtitle">Your ultimate guide to coding journey!</p>
<p class="para">This is an open source project created by the team, during the Hacktober fest. We look
forward for valuable contributions.</p>
</section>
<section class="roadmap" id="roadmap">
<div class="roadmap-title">
<p>Developement Based</p>
</div>
<div class="roadmap-flex-box">
<a class="skill" href="./pages/frontend/frontend.html" target="_blank">
<div>
<h1 class="skill-header">Frontend</h1>
<p class="skill-para">Step by step guide to becoming a Frontend developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">Backend</h1>
<p class="skill-para">Step by step guide to becoming a Backend developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">DevOps</h1>
<p class="skill-para">Step by step guide to becoming a DevOps in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">Android</h1>
<p class="skill-para">Step by step guide to becoming a Android developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">DBA</h1>
<p class="skill-para">Step by step guide to becoming a DBA in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">Blockchain</h1>
<p class="skill-para">Step by step guide to becoming a Blockchain developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">QA</h1>
<p class="skill-para">Step by step guide to becoming a QA in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">Software Architect</h1>
<p class="skill-para">Step by step guide to becoming a Software Architect developer in 2022</p>
</div>
</a>
</div>
</section>
<hr class="inter-section-hr">
<section class="roadmap" id="roadmap">
<div class="roadmap-title">
<p>Skill Based</p>
</div>
<div class="roadmap-flex-box">
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">HTML</h1>
<p class="skill-para">Step by step guide to becoming a front-end developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">CSS</h1>
<p class="skill-para">Step by step guide to becoming a front-end developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">JavaScript</h1>
<p class="skill-para">Step by step guide to becoming a front-end developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">React</h1>
<p class="skill-para">Step by step guide to becoming a front-end developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">c/c++</h1>
<p class="skill-para">Step by step guide to becoming a front-end developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">Java</h1>
<p class="skill-para">Step by step guide to becoming a front-end developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">Python</h1>
<p class="skill-para">Step by step guide to becoming a front-end developer in 2022</p>
</div>
</a>
<a class="skill" href="#" target="_blank">
<div>
<h1 class="skill-header">Go</h1>
<p class="skill-para">Step by step guide to becoming a front-end developer in 2022</p>
</div>
</a>
</div>
</section>
<hr class="inter-section-hr">
<section class="open-source">
<h1 class="title">Open Source</h1>
<p class="para">This project is OpenSource. You are most welcomed to contribute to it!</p>
<a class="contribute" target="_blank" href="#">
<p><i class="fa-brands fa-github"></i>Contribute</p>
</a>
</section>
<hr class="inter-section-hr">
<footer>
<div class="footer-logo">
<label><a target="_blank" href="https://www.kjscecodecell.com/"><img src="./img/Codecell-logo-red.png" alt=""></a> | Codemap</label>
</div>
<div class="footer-text">High Quality CodeMaps created by Open-Source community</div>
<div class="footer-media-links">
<a href="https://github.com/kjsce-codecell">
<i class="fa-brands fa-github"></i>
</a>
<a href="#">
<i class="fa-brands fa-discord"></i>
</a>
<a href="https://www.instagram.com/kjsce_codecell/">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.facebook.com/kjscecodecell/">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://twitter.com/kjsce_codecell?lang=en">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://in.linkedin.com/company/kjscecodecell">
<i class="fa-brands fa-linkedin"></i>
</a>
</div>
<div class="footer-text"><p>Made with <i class="fa-solid fa-heart heart"></i> by CodeCell</p></div>
</footer>
<script src="./script/app.js"></script>
</body>
</html>