-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
188 lines (180 loc) · 8.6 KB
/
resources.html
File metadata and controls
188 lines (180 loc) · 8.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styleresources.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Guerrilla&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<title>TrackTrek Website</title>
</head>
<body class="body">
<header>
<nav>
<div class="left-side">
<img id="logo" src="images/logo.svg" alt="logo">
</div>
<div class="mid-side">
<ul id="list">
<!--ياشبااااب الهوم ده للصفحه الي انتم فيها غيرو كلاس الهوم-->
<li><a href="home.html">home</a></li>
<li><a href="resources.html" class="home">Resources</a></li>
<li><a href="tracks.html">Tracks</a></li>
<li><a href="credits.html">Credits</a></li>
<div class="animation-hover default"></div>
</ul>
</div>
<div class="right-side">
<button class="iconbox">
<div class="icon"></div>
</button>
<button class="mode" id="bttn">
<i class='bx bxs-moon' style="color:inherit;"></i>
</button>
</div>
</nav>
</header>
<section class="resources-main">
<div class="landimage">
<h1>Resources</h1>
<p>get resources of our roadmap.</p>
</div>
<div class="box-cards">
<ul>
<li>
<div class="card-image">
<h3>html</h3>
</div>
<div class="text">
<p class="depart">web</p>
<h3 class="title">front end</h3>
<p class="desc">Front-end development focuses on designing and building user interfaces,
ensuring
functionality, responsiveness, and seamless user experience on websites or applications.</p>
<a href="https://roadmap.sh/frontend" class="link" target="_blank">visit now</a>
</div>
</li>
<li>
<div class="card-image">
<h3>php</h3>
</div>
<div class="text">
<p class="depart">web</p>
<h3 class="title">back end</h3>
<p class="desc">
Back-end development manages server-side operations, databases, and application logic,
enabling
seamless data processing, functionality, and secure communication with front-end interfaces.
</p>
<a href="https://roadmap.sh/backend" class="link" target="_blank">visit now</a>
</div>
</li>
<li>
<div class="card-image">
<h3>c++</h3>
</div>
<div class="text">
<p class="depart">programming fundamentals</p>
<h3 class="title">c++</h3>
<p class="desc">C++ is a high-performance, general-purpose programming language known for its
object-oriented features, memory management, and suitability for system-level development.
</p>
<a href="https://roadmap.sh/cpp" class="link" target="_blank">visit now</a>
</div>
</li>
<li>
<div class="card-image">
<h3>linux</h3>
</div>
<div class="text">
<p class="depart">security</p>
<h3 class="title">cybersecurity</h3>
<p class="desc">Cybersecurity involves protecting systems, networks, and data from cyber threats
using technologies, processes, and practices to ensure confidentiality, integrity, and
availability.</p>
<a href="https://roadmap.sh/cyber-security" class="link" target="_blank">visit now</a>
</div>
</li>
<li>
<div class="card-image">
<h3>c#</h3>
</div>
<div class="text">
<p class="depart">games</p>
<h3 class="title">game development</h3>
<p class="desc">Game development is the process of designing, creating, and programming video
games, involving coding, artwork, sound, and testing to deliver an engaging user experience.
</p>
<a href="https://roadmap.sh/game-developer" class="link" target="_blank">visit now</a>
</div>
</li>
<li>
<div class="card-image">
<h3>python</h3>
</div>
<div class="text">
<p class="depart">artificial intelligence</p>
<h3 class="title">AI</h3>
<p class="desc">AI (Artificial Intelligence) refers to the simulation of human intelligence in
machines, enabling them to perform tasks like learning, problem-solving, and
decision-making.</p>
<a href="https://roadmap.sh/ai-engineer" class="link" target="_blank">visit now</a>
</div>
</li>
</ul>
</div>
</section>
<footer id="main-footer">
<div class="footer-container">
<div class="footer-section about">
<h3>About TrackTrek</h3>
<p>TrackTrek simplifies your journey by providing intuitive roadmap solutions for planning, tracking,
and
achieving goals efficiently.</p>
</div>
<div class="footer-section links">
<h3>Quick Links</h3>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="tracks.html">Tracks</a></li>
<li><a href="credits.html">About Us</a></li>
</ul>
</div>
<div class="footer-section contact">
<h3>Contact Us</h3>
<ul>
<li>Email: <a href="mailto:support@tracktrek.com">support@tracktrek.com</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 TrackTrek. All Rights Reserved.</p>
</div>
</footer>
<script>
const body = document.querySelector("body");
const bttn = document.querySelector(".mode");
const logo = document.getElementById('logo');
const list = document.getElementById('list');
const icon = document.querySelector('.iconbox');
bttn.onclick = function () {
body.classList.toggle("dark");
bttn.firstElementChild.classList.toggle('bxs-sun')
if (body.classList[1] == 'dark') {
logo.src = 'images/logo-dark.svg';
}
else { logo.src = 'images/logo.svg';}
};
icon.onclick = function () {
list.classList.toggle("show");
document.querySelector('.icon').classList.toggle('rot');
};
</script>
</body>
</html>