-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscope.php
More file actions
247 lines (224 loc) · 11 KB
/
scope.php
File metadata and controls
247 lines (224 loc) · 11 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>scope</title>
<link href="scopestyles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lemonada:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a2dee345c3.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="containernav">
<nav id="main" class="large-8">
<ul>
<a class="tot">devǝlopersHu𐐒.io</a>
<li><a href="index2.php">Home</a></li>
<li><a href="about.php">About</a></li>
<li><a href="services.php">Services</a></li>
<li><a href="#">Scope</a></li>
<div class="search-box">
<input class="search-txt" type="text" placeholder="Search">
<a href="#" class="search search-btn"><i class="fab fa-searchengin"></i></a>
</div>
</ul>
</nav>
</div>
<div class="container">
<div class="row">
<div class="col">
<h1 class="page-header"> Are these <font color=red >Courses</font> worth to you?</h1>
</div>
</div>
<div class="row">
<div class="col2 card">
<img class="img-responsive" src="icons_pack/js.png"></a>
<h2>Javascript</h2>
<h3>What you will learn</h3>
<ul>
<li>Become an advanced, confident, and modern JavaScript developer from scratch</li>
<li>Become job-ready by understanding how JavaScript really works behind the scenes</li>
<li>How to think and work like a developer: problem-solving, researching, workflows</li>
<li>Complex concepts like the 'this' keyword, higher-order functions, closures, etc.</li>
</ul>
<h3>Skills you will gain</h3>
<span class="el_style">JavaScript</span>
<span class="el_style">animations</span>
<span class="el_style">Data Manipulation</span>
<span class="el_style">Jquery</span>
<span class="el_style">web interactivty</span>
</div>
<div class="col2 card">
<img class="img-responsive" src="icons_pack/android.png"></a>
<h2>Android Development</h2>
<h3>What you will learn</h3>
<ul>
<li>Learn Android app development and become a professional Android developer, go freelance, or build your dream app idea</li>
<li>Make beautiful, professional, Android apps</li>
<li>Switch careers and get a job as an Android Developer</li>
</ul>
<h3>Skills you will gain</h3>
<span class="el_style">Android Software Development</span>
<span class="el_style">Android Studio</span>
<span class="el_style">Concurrent Computing</span>
<span class="el_style">Software Testing</span>
</div>
<div class="col2 card">
<img class="img-responsive" src="icons_pack/java.png"></a>
<h2>JAVA</h2>
<h3>What you will learn</h3>
<ul>
<li>Gain in-depth understanding of core & advanced features of Java including JVM internals</li>
<li>Master design principles, best practices and coding conventions for writing well-designed, professional Java code</li>
<li>Master Object-Oriented Programming concepts by using a real-world application as a case study</li>
<li>Set firm foundation in Java for the rest of your career. That's a promise!</li>
</ul>
<h3>Skills you will gain</h3>
<span class="el_style">Problem Solving</span>
<span class="el_style">Data Structure</span>
<span class="el_style">Programming Principles</span>
<span class="el_style">Algorithms</span>
</div>
</div>
<div class="row">
<div class="col2 card">
<img class="img-responsive" src="icons_pack/git.png"></a>
<h2>GitHub</h2>
<h3>What you will learn</h3>
<ul>
<li>Understand why version control is a fundamental tool for coding and collaboration</li>
<li>Install and run Git on your local machine</li>
<li>Collaborate with others through remote repositories</li>
</ul>
<h3>Skills you will gain</h3>
<span class="el_style">Using Git</span>
<span class="el_style">Interacting with GitHub</span>
<span class="el_style">Reverting Changes</span>
<span class="el_style">Creating Pull Requests</span>
</div>
<div class="col2 card">
<img class="img-responsive" src="icons_pack/python.png"></a>
<h2>Python</h2>
<h3>What you will learn</h3>
<ul>
<li>Install Python and write your first program</li>
<li>Describe the basics of the Python programming language</li>
<li>Use variables to store, retrieve and calculate information</li>
<li>Utilize core programming tools such as functions and loops</li>
</ul>
<h3>Skills you will gain</h3>
<span class="el_style">Python Programming</span>
<span class="el_style">Python Syntax And Semantics</span>
<span class="el_style">Data Structure</span>
<span class="el_style">Web Scraping</span>
</div>
<div class="col2 card">
<img class="img-responsive" src="icons_pack/kotlin.png"></a>
<h2>Kotlin</h2>
<h3>What you will learn</h3>
<ul>
<li>Introduction to Kotlin language and syntax</li>
<li>Understand how to create Android apps using Kotlin.</li>
<li>Learn how to target current and older versions of Android when writing your apps.</li>
<li>Be able to apply for Android app development roles.</li>
</ul>
<h3>Skills you will gain</h3>
<span class="el_style">Android app development</span>
<span class="el_style">OOP in Kotlin</span>
<span class="el_style">Work with user location and maps</span>
<span class="el_style">Connect Android to PHP web services.</span>
</div>
</div>
<div class="row">
<div class="col2 card">
<img class="img-responsive" src="icons_pack/flutter.png"></a>
<h2>Flutter</h2>
<h3>What you will learn</h3>
<ul>
<li>Learn Flutter and Dart from the ground up, step-by-step</li>
<li>Build Adaptive, Dynamic Web Apps with Flutter 2.0</li>
<li>Master Advanced Flutter API's like Providers & Routing</li>
</ul>
<h3>Opportunities After Learning Flutter</h3>
<span class="el_style">Google Ads</span>
<span class="el_style">Xianyu by Alibaba</span>
<span class="el_style">Cryptograph</span>
<span class="el_style">Flydirekt</span>
</div>
<div class="col2 card">
<img class="img-responsive" src="icons_pack/html.png"></a>
<h2>HTML & CSS</h2>
<h3>What you will learn</h3>
<ul>
<li>Build beautiful websites which don't just contain great content but also look good</li>
<li>Use basic as well as advanced CSS features</li>
<li>Understand the concepts and theory behind CSS and certain CSS features</li>
</ul>
<h3>Skills you will gain</h3>
<span class="el_style">Web Design</span>
<span class="el_style">Style Sheets</span>
<span class="el_style">Cascading Style Sheets (CSS)</span>
<span class="el_style">Web Development</span>
</div>
<div class="col2 card">
<img class="img-responsive" src="icons_pack/sql.png"></a>
<h2>SQl</h2>
<h3>What you will learn</h3>
<ul>
<li>Learn how to create a database from scratch</li>
<li>Write complex SQL queries across multiple tables</li>
<li>Model real-world data and generate reports using SQL</li>
<li>Become a proficient Workbench user on MySQL</li>
</ul>
<h3>Skills you will gain</h3>
<span class="el_style">Data Analysis</span>
<span class="el_style">Data Science</span>
<span class="el_style">SQL Fundamentals</span>
<span class="el_style">SQL</span>
</div>
</div>
<div class="row">
<div class="col2 card">
<img class="img-responsive" src="icons_pack/cc.png"></a>
<h2>Cloud Computing</h2>
<h3>What you will learn</h3>
<ul>
<li>Learn general cloud computing concepts</li>
<li>Learn the basics of Microsoft Azure</li>
<li>Gain an understanding of the fundamental systems on which the cloud is based</li>
<li>Build knowledge from beginner level to advanced concepts</li>
</ul>
<h3>Skills you will gain</h3>
<span class="el_style">Big Data</span>
<span class="el_style">Kubernetes</span>
<span class="el_style">Docker</span>
<span class="el_style">Cloud Infrastructure</span>
<span class="el_style">Cloud Applications</span>
</div>
<div class="col2 card">
<img class="img-responsive" src="icons_pack/linux.png"></a>
<h2>Linux</h2>
<h3>What you will learn</h3>
<ul>
<li>Quickly Learn the Linux Command Line from Scratch!</li>
<li>Learn how to Search for, Customise, Install and Manage Kali Linux Software</li>
<li>Become an Independent User of the Linux Operating System!</li>
<li>Build up a Linux target from scratch to hack with Kali Linux</li>
</ul>
<h3>Skills you will gain</h3>
<span class="el_style">Ethical Hacking</span>
<span class="el_style">Linux</span>
<span class="el_style">Network Security</span>
<br><br><br><br>
</div>
</div>
</div>
<hr class="wow">
</body>
</html>