-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcourses.html
More file actions
150 lines (138 loc) · 10.6 KB
/
courses.html
File metadata and controls
150 lines (138 loc) · 10.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Courses</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
<link rel="stylesheet" href="assets/css/Article-Dual-Column.css">
<link rel="stylesheet" href="assets/css/Article-List.css">
<link rel="stylesheet" href="assets/css/Footer-Dark.css">
<link rel="stylesheet" href="assets/css/Header-Blue.css">
<link rel="stylesheet" href="assets/css/styles.css">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-8397173575148898",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div>
<div class="header-blue" style="height:200px;">
<nav class="navbar navbar-dark navbar-expand-md navbar-static">
<div class="container" >
<a class="navbar" id="linker" href="index.html"><img class="img-fluid logo" src="assets/img/logo.jpg"/></a>
</div>
</nav>
</div>
</div>
<div class="article-dual-column">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="intro">
<h1 class="text-center">Courses websites</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="text-center">
<p>A good list of websites from which you can improve your skills.</p>
</div>
</div>
</div>
</div>
</div>
<div class="article-list">
<div class="container">
<div class="intro">
<h2 class="text-center">Websites</h2>
<p class="text-center"></p>
</div>
<div class="row articles">
<div class="col-sm-6 col-md-4 item"><a href="https://www.coursera.org/" target="_blank"><img class="img-fluid" src="assets/img/coursera.jpg"></a>
<h3 class="name">Coursera</h3>
<p class="description">Learn online and earn valuable credentials from top universities like Yale, Michigan, Stanford, and leading companies like Google and IBM.</p><a href="https://www.coursera.org/" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div class="col-sm-6 col-md-4 item"><a href="https://www.edx.org/" target="_blank"><img class="img-fluid" src="assets/img/edx.png"></a>
<h3 class="name">Edx</h3>
<p class="description">Flexible learning on your schedule. Access more than 1900 online courses from 100+ leading institutions including Harvard, MIT, Microsoft, and more.</p><a href="https://www.edx.org/" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div
class="col-sm-6 col-md-4 item"><a href="https://in.udacity.com/" target="_blank"><img class="img-fluid" src="assets/img/udacity.png"></a>
<h3 class="name">Udacity</h3>
<p class="description">Join Udacity to learn the latest in Deep Learning, Machine Learning, Web Development & more, with Nanodegree programs & free online courses.</p><a href="https://in.udacity.com/" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div
class="col-sm-6 col-md-4 item"><a href="https://www.udemy.com/" target="_blank"><img class="img-fluid" src="assets/img/udemy.jpg"></a>
<h3 class="name">Udemy</h3>
<p class="description">Udemy is an online learning and teaching marketplace with over 65000 courses and 15 million students. Learn programming, marketing, data science etc.,</p><a href="https://www.udemy.com/" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div
class="col-sm-6 col-md-4 item"><a href="https://www.pluralsight.com/partners/google" target="_blank"><img class="img-fluid" src="assets/img/pluralsight.png"></a>
<h3 class="name">Pluralsight</h3>
<p class="description">Here you can get free access to pluralsight courses for 60 days of your selected domain.</p><a href="https://www.pluralsight.com/partners/google" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div
class="col-sm-6 col-md-4 item"><a href="https://www.codecademy.com/catalog/subject/all" target="_blank"><img class="img-fluid" src="assets/img/codeacademy1.png"></a>
<h3 class="name">Codecademy</h3>
<p class="description">Learn the technical skills you need for the job you want. As leaders in online education and learning to code, we've taught over 45 million people.</p><a href="https://www.codecademy.com/catalog/subject/all" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div
class="col-sm-6 col-md-4 item"><a href="https://ocw.mit.edu/index.htm" target="_blank"><img class="img-fluid" src="assets/img/mit.jpg"></a>
<h3 class="name">Mit Open Courseware</h3>
<p class="description">MIT OpenCourseWare is a web-based publication of virtually all MIT course content. OCW is open and available to the world and is a permanent MIT activity.</p><a href="https://ocw.mit.edu/index.htm" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div
class="col-sm-6 col-md-4 item"><a href="https://mva.microsoft.com/" target="_blank"><img class="img-fluid" src="assets/img/mva.png"></a>
<h3 class="name">Microsoft Virtual Academy</h3>
<p class="description">Build your skills and advance your career. Microsoft Virtual Academy (MVA) offers free IT training for Developers, IT Pros, Data Scientists, and students.</p><a href="https://mva.microsoft.com/" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div
class="col-sm-6 col-md-4 item"><a href="https://aischool.microsoft.com/learning-paths" target="_blank"><img class="img-fluid" src="assets/img/aimicrosoft.png"></a>
<h3 class="name">Microsoft AI</h3>
<p class="description">Dive in and learn how to start building intelligence into your solutions with the Microsoft AI platform, including pre-trained AI services like Cognitive Services and many more.</p><a href="https://aischool.microsoft.com/learning-paths" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div
class="col-sm-6 col-md-4 item"><a href="https://www.lynda.com/" target="_blank"><img class="img-fluid" src="assets/img/lynda.png"></a>
<h3 class="name">Lynda</h3>
<p class="description">Learn software, creative, and business skills to achieve your personal and professional goals. Join today to get access to thousands of courses.</p><a href="https://www.lynda.com/" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div
class="col-sm-6 col-md-4 item"><a href="https://www.freetutorials.us/" target="_blank"><img class="img-fluid" src="assets/img/freetut.png"></a>
<h3 class="name">Free Tutorials</h3>
<p class="description">The right place to download many paid courses for free. </p><a href="https://www.freetutorials.us/" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
<div
class="col-sm-6 col-md-4 item"><a href="https://channel9.msdn.com/" target="_blank"><img class="img-fluid" src="assets/img/channel9.jpg"></a>
<h3 class="name">Channel 9</h3>
<p class="description">Channel 9 is a community. We bring forward the people behind our products and connect them with those who use them. </p><a href="https://channel9.msdn.com/" target="_blank" class="action"><i class="fa fa-arrow-circle-right"></i></a></div>
</div>
</div>
</div>
<div class="footer-dark">
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 item text-center">
<h3>Contact</h3>
<ul>
<li><a href="mailto:sathuribharathbrothers1234@gmail.com?Subject=Hello%20Bharath" target="_blank">Send a Mail</a></li>
<li><a href="https://api.whatsapp.com/send?phone=919133430813">Send a Message</a></li>
</ul>
</div>
<div class="col-md-6 item text-center">
<h3>Stark Sources</h3>
<p>This is a website with a collection of various resources. This website is made with Bootstrap Studio.
Hosted with Github Pages.Download the code of this website from this<a href="https://github.com/StarkSources/starksources.github.io"> link.</a></p>
</div>
<div class="col item social">
<a href="https://www.facebook.com/sathuribharath.stark" target="_blank"><i class="icon ion-social-facebook"></i></a>
<a href="https://github.com/Bharathbrothers" target="_blank"><i class="icon ion-social-github"></i></a>
<a href="https://www.linkedin.com/in/bharath-kumar-goud/" target="_blank"><i class="icon ion-social-linkedin"></i></a>
<a href="https://twitter.com/BharathSathuri" target="_blank" ><i class="icon ion-social-twitter"></i></a></div>
</div>
<p class="copyright">STARK © 2018</p>
</div>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>