-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
92 lines (82 loc) · 4.15 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>
<html>
<head>
<title>CS RoadMaps</title>
<meta name="viewport" content="user-scalable=no,width=device-width, initial-scale=1.0">
<meta name="description" content="Computer Science Roadmaps, articles, guides, blogs,quizzes, mindmaps,Time table,tips and resources for developers to learn from, identify your career paths, know what they don't know, find out the knowledge gaps, learn and improve.">
<meta name="author" content="Archit Sharma"/>
<meta property="og:title" content="Computer Science Roadmaps"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://iarchitsharma.github.io/Roadmaps"/>
<meta property="article:publisher" content="https://twitter.com/iarchitsharma"/>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@iArchitSharma"/>
<meta name="twitter:title" content="Computer Science Roadmaps"/>
<meta name="keywords" content="CS RoadMaps,Roadmap by Archit,iArchitSharma,roadmap,CSR,Computer Science Roadmaps,developer roadmaps,FAANG,get job at Google,get job at Microsoft,get job at Amazon,get job at Apple,developer roadmap,frontend developer,frontend developer roadmap,Freelancing,Software Developer,Machine Learning Full Roadmap,Machine Learning Roadmap,frontend,frontend roadmap,backend,backend developer,backend developer roadmap,devops,devops roadmap,fullstack developer roadmap,2021,best guid,best Roadmap,Roadmap for Beginners,guide to becoming a developer,sre roadmap,sre,operations roadmap,@iArchitSharma,Data Science,trending,How to get a job at,Best Roadmap of."/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--HTML code for Heading Starts-->
<div class="heading-x">
<h1>CS Roadmaps</h1>
<p>The complete guide to get started with your carrer.</p>
</div>
<!--HTML code for Heading Ends-->
<!--HTML code for items Start-->
<div class="items-x">
<div class="box">
<h2>Frontend Roadmap</h2>
<p class="des-box">The complete guide to become a frontend web developer.</p>
<center><a href="road/frontend.html" class="open-button">Open Roadmap</a></center>
</div>
<div class="box">
<h2>Machine Learning Roadmap</h2>
<p class="des-box">The complete guide Step by step to master Machine Learning.</p>
<center><a href="road/ML.html" class="open-button">Open Roadmap</a></center>
</div>
<div class="box">
<h2>Full Stack Roadmap</h2>
<p class="des-box">The complete guide to become a Full Stack web developer</p>
<center><a href="road/FullStack.html" class="open-button">Open Roadmap</a></center>
</div>
<div class="box">
<h2>Android Developer Roadmap</h2>
<p class="des-box">The complete guide to become a Android Developer</p>
<center><a href="road/Android.html" class="open-button">Open Roadmap</a></center>
</div>
<div class="box">
<h2>Blockchain Dev. Roadmap</h2>
<p class="des-box">The complete guide to becoming a Blockchain developer</p>
<center><a href="road/blockchain.html" class="open-button">Open Roadmap</a></center>
</div>
</div>
<!--HTML code for items Ends-->
<!-- FOOTER START -->
<div class="footer-x">
<div class="foot-items foot-main">
<a href="https://iarchitsharma.github.io/Roadmaps/">Roadmaps</a><p style="display:inline;"> by Archit</p>
<p>Roadmaps and Articles that covers all you need to get started with your carrer.</p></div>
<div class="foot-items links">
<ul><h4>Community</h4>
<li><a href="https://iarchitsharma.github.io/Roadmaps/">Home</a></li>
<li><a href="https://iarchitsharma.github.io/Roadmaps/">About</a></li>
<li><a href="https://iarchitsharma.github.io/Roadmaps/">Link1</a></li>
<li><a href="https://iarchitsharma.github.io/Roadmaps/">Link2</a></li>
</ul>
</div>
<div class="foot-items links">
<ul><h4>Social</h4>
<li><a href="https://github.com/iArchitSharma/Roadmaps">Github</a></li>
<li><a href="https://twitter.com/iarchitsharma">Twitter</a></li>
</ul>
</div>
<div class="foot-items links">
<ul><h4>Guides</h4>
<li><a href="https://github.com/iArchitSharma/Roadmaps">Articles</a></li>
<li><a href="https://github.com/iArchitSharma/Roadmaps">Roadmaps</a></li>
</ul>
</div>
</div>
<!-- FOOTER ENDS -->
</body>
</html>