-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (73 loc) · 3.08 KB
/
index.html
File metadata and controls
74 lines (73 loc) · 3.08 KB
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
<!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>GenZ-In-Tech</title>
</head>
<link rel="stylesheet" href="style_home.css">
<body>
<div class="container">
<svg viewBox="0 0 1000 200">
<text x="50%" y="50%" dy=".15em" text-anchor="middle">
GenZ-In-Tech
</text>
</svg>
<p class="body-text">This repository is the perfect roadmap for anyone who hasn't started coding yet but is very persistent in achieving something in the technical field. So here is the ideal material to explore every specialized area. It will help everyone across the globe and encourage them to pursue the field further.</p>
<div class="squares">
<a style="text-decoration: none" href="https://github.com/Girlscript-Chapter-Bilaspur/Front-End-Hackathon-Resources/tree/master/Fifth%20Session" id="github" class="boxes">
<div class="square">
<h2>Introduction to GITHUB</h2>
</div>
</a>
<a style="text-decoration: none" href="https://github.com/Anushkaagrawal22/GenZ-In-Tech/blob/main/COMPETITIVE.md" id="comp" class="boxes">
<div class="square">
<h2>Competitive Programming</h2>
</div>
</a>
<a style="text-decoration: none" href="https://github.com/Anushkaagrawal22/GenZ-In-Tech/blob/main/WEBDEV.md" id="webD" class="boxes">
<div class="square">
<h2>Web Development</h2>
</div>
</a>
<a style="text-decoration: none" href="https://github.com/Anushkaagrawal22/GenZ-In-Tech/blob/main/APPDEV.md" id="appD" class="boxes">
<div class="square">
<h2>App Development</h2>
</div>
</a>
<a style="text-decoration: none" href="https://github.com/utilForever/game-developer-roadmap" id="gameD" class="boxes">
<div class="square">
<h2>Game Development</h2>
</div>
</a>
<a style="text-decoration: none" href="https://github.com/JohnHammond/ctf-katana" id="cyber" class="boxes">
<div class="square">
<h2>Cyber Security</h2>
</div>
</a>
<a style="text-decoration: none" href="https://github.com/Anushkaagrawal22/GenZ-In-Tech/blob/main/ROBOTICS.md" id="robotics" class="boxes">
<div class="square">
<h2>Robotics</h2>
</div>
</a>
<a style="text-decoration: none" href="https://github.com/LearnWeb3DAO/Freshman-Track" id="web3" class="boxes">
<div class="square">
<h2>Web3</h2>
</div>
</a>
<a style="text-decoration: none" href="https://github.com/Anushkaagrawal22/GenZ-In-Tech/blob/main/QUANTUM.md" id="quantum" class="boxes">
<div class="square">
<h2>Quantum Computing</h2>
</div>
</a>
</div>
<p class="body-text">Join my <a href="https://discord.gg/S8ausQ93Za" >Discord</a> Server to be part of a community of inspiring programmers and connect with more like-minded people!</p>
<div class="social-media">
<a id="socials" href="#">Link 1</a>
<a id="socials" href="#">Link 2</a>
<a id="socials" href="#">Link 3</a>
</div>
</div>
</body>
</html>