-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearning.html
More file actions
230 lines (226 loc) · 14.4 KB
/
Copy pathlearning.html
File metadata and controls
230 lines (226 loc) · 14.4 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
<!doctype html>
<html lang="en">
<head>
<title>Darius Connelly Personal Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="https://kit.fontawesome.com/1606f8a214.js" crossorigin="anonymous"></script>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Darius Connelly</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutMe.html">About Me</a></li>
<!--<li><a href="projects.html">Projects</a></li>-->
<li><a href="resume.html">Resume</a></li>
<li><a href="learning.html">Knowledge Expansion</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>Knowledge Expansion</h2>
<p>Pursuit of Excellence through Learning</p>
</header>
<section id="three" class="wrapper style3 special">
<div class="carousel-inner">
<ul class="features">
<li>
<div style="text-align: center">
<span><img src="images/edX.png" alt="" height="250px" width="250px" /></span>
<h3>edX</h3>
<p>
edX is a mission-driven, massive open online course (MOOC) provider co-founded
by Harvard and MIT, offering high-quality online courses from leading
universities and organizations, with a focus on removing barriers to education
like cost and location.
</p>
<a href="https://profile.edx.org/u/TecQno" target="_blank">View Profile</a>
</div>
</li>
<li>
<div style="text-align: center">
<span class="image middle"
><img src="images/FreeCodeCamp.jpg" alt="" height="250px" width="250px"
/></span>
<h3>FreeCodeCamp</h3>
<p>
FreeCodeCamp is a non-profit online platform that offers a comprehensive and
free curriculum for learning web development and programming. It provides
hands-on coding challenges, real-world projects, and a supportive community to
help learners acquire practical coding skills and pursue a career in the tech
industry.
</p>
<a href="https://www.freecodecamp.org/TecQno" class="special" target="_blank">View Profile</a>
</div>
</li>
<li>
<div style="text-align: center">
<span class="image middle"
><img src="images/sololearn.jpg" alt="" height="250px" width="250px"
/></span>
<h3>Sololearn</h3>
<p>
Sololearn is a mobile and web-based platform that offers interactive coding
courses in various programming languages. With its bite-sized lessons, coding
exercises, and social features, Sololearn provides an engaging and accessible
environment for individuals to learn and improve their programming skills.
</p>
<a href="https://www.sololearn.com/profile/24909176" target="_blank">View Profile</a>
</div>
</li>
<li>
<div style="text-align: center">
<span class="image middle"
><img src="images/Pluralsight.png" alt="" height="250px" width="250px"
/></span>
<h3>Pluralsight</h3>
<p>
Pluralsight is an online education platform focused on technology and software
development, providing courses and resources to help individuals and businesses
stay current with the latest technologies and skills.
</p>
<a href="https://app.pluralsight.com/profile/TecQno" target="_blank">View Profile</a>
</div>
</li>
<li>
<div style="text-align: center">
<span class="image middle"
><img src="images/Datacamp.jpg" alt="" height="250px" width="250px"
/></span>
<h3>Datacamp</h3>
<p>
DataCamp is an online learning platform that specializes in teaching data
science, analytics, and artificial intelligence (AI) through interactive,
hands-on courses. It offers a browser-based coding environment, allowing
learners to practice directly in languages such as Python, R, and SQL without
the need for additional software installations.
</p>
<a href="https://www.datacamp.com/portfolio/TecQno" target="_blank">View Profile</a>
</div>
</li>
<li>
<div style="text-align: center">
<span class="image middle"
><img src="images/Leetcode.png" alt="" height="250px" width="250px"
/></span>
<h3>LeetCode</h3>
<p>
LeetCode is an online platform that helps people improve their coding skills and
prepare for technical job interviews, especially in software engineering and
computer science roles.
</p>
<a href="https://leetcode.com/u/TecQno/" target="_blank">View Profile</a>
</div>
</li>
<li>
<div style="text-align: center">
<span class="image middle"
><img src="images/Alison.png" alt="" height="250px" width="250px"
/></span>
<h3>Alison</h3>
<p>
Alison is a free online learning platform offering a wide range of subjects,
including IT, health, business, personal development, and more. It is primarily
focused on job-applicable skills and professional development, with the option
to purchase certificates and diplomas.
</p>
<a href="https://alison.com/profile/12680061" target="_blank">View Profile</a>
</div>
</li>
<!-- <li>
<div style="text-align: center">
<span class="image middle"
><img src="images/uDemy.jpg" alt="" height="250px" width="250px"
/></span>
<h3>uDemy</h3>
<p>
Udemy is a popular online learning platform where individuals and organizations
can find and create a vast library of courses. It works by offering courses
taught by real-world experts, covering a wide range of topics like business,
programming, academics, and more.
</p>
<a href="https://www.udemy.com/user/darius-connelly-2/" target="_blank">View Profile</a>
</div>
</li>-->
<li>
<div style="text-align: center">
<span class="image middle"
><img src="images/HackerRank_logo.png" alt="" height="250px" width="250px"
/></span>
<h3>HackerRank</h3>
<p>
HackerRank is an online platform designed to help developers enhance their
coding skills and prepare for technical job interviews. It is widely used by
both beginners and experienced professionals to practice coding problems, learn
new concepts, and improve problem-solving abilities.
</p>
<a href="https://www.hackerrank.com/profile/darius_connelly1" target="_blank">View Profile</a>
</div>
</li>
<!-- <li>
<div style="text-align: center">
<span class="image middle"
><img src="images/iDunova.jpg" alt="" height="250px" width="250px"
/></span>
<h3>iDunova</h3>
<p>
IDUNOVA is a specialized platform focusing on IT mastery. Their courses,
designed in collaboration with industry experts, ensure that learners are
equipped with the most relevant and up-to-date skills.
</p>
<a href="https://www.idunova.com/profile-main/151181" target="_blank">View Profile</a>
</div>
</li>-->
</ul>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<h2>Connect with Me</h2>
<ul class="contact" style="list-style: none;">
<li class="icon solid fa-phone"> (352)630-7448</li>
<li class="icon solid fa-home"> PO Box 76<br />
Okahumpka, FL 34762-0001</li>
</ul>
<ul class="icons">
<li><a href="https://twitter.com/dc_comics94" class="icon brands fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/darius.connelly" class="icon brands fa-facebook-f" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/TecQno/" class="icon brands fa-github" target="_blank"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/darius-connelly" class="icon brands fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:darius.connelly94@gmail.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul>
<li style="list-style: none;">©2023 Darius Connelly. All rights reserved</li>
</ul>
<img src="images/TecQno.png" height="100">
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</div>
</body>
</html>