-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
204 lines (197 loc) · 8.81 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Udemy Free Cource</title>
<link rel="stylesheet" type="text/css" href="dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet'>
<!-- script -->
<script src="components/header.js" type="text/javascript" defer></script>
<script src="components/index_footer.js" type="text/javascript" defer></script>
</head>
<body>
<!-- header -->
<nav class="navbar navbar-expand-md bg-dark navbar-dark">
<a class="navbar-brand" href="index.html">Udemy Free Course</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="category/Developement.html">Developement</a>
</li>
<li class="nav-item">
<a class="nav-link" href="category/Business.html">Business</a>
</li>
<li class="nav-item">
<a class="nav-link" href="category/IT_Software.html">IT-Software</a>
</li>
<li class="nav-item">
<a class="nav-link" href="category/Design.html">Design</a>
</li>
<li class="nav-item">
<a class="nav-link" href="category/Marketing.html">Marketing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="category/Health_Fitness.html">Health & Fitness</a>
</li>
<li class="nav-item">
<a class="nav-link" href="category/Photography_Video.html">Photography & Video</a>
</li>
<li class="nav-item">
<a class="nav-link" href="category/Personal_Developement.html">Personal Development</a>
</li>
</ul>
</div>
</nav>
<!-- Display text -->
<div id="display-text">
<div class="alert alert-warning" role="alert">
<p>
Best Udemy free/coupon online courses<br><br>
Welcome to my Github Page Udemy Free Course, where you will find ALL free courses of Udemy in an easy and quick way.<br><br>
Udemy is the biggest online courses platform where you can find the widest variety of courses under video on demand and where an certified instructor is available for your needs.<br><br>
course like Web Developement, Android App Developement, Business, Marketing etc Course Are Free available.
</p>
</div>
</div>
<!-- Popular Course -->
<div class="container-fluid">
<h4>Popular Course</h4>
<div class="row">
<div class="col">
<div id="sty-contant">
<h4 id="course-name">Make WordPress Hosting Easy with Plesk on DigitalOcean</h4>
<img src="assets/img/9.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fmake-wordpress-hosting-easy-with-plesk-on-digitalocean%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
<div class="col">
<div id="sty-contant">
<h4 id="course-name">Make WordPress Hosting Easy with Plesk on Amazon Lightsail</h4>
<img src="assets/img/10.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fwordpress-hosting-with-plesk-on-lightsail%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
<div class="col">
<div id="sty-contant">
<h4 id="course-name">Google Analytics: Treinamento Expresso</h4>
<img src="assets/img/17.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fgoogle-analytics-basico%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
<div class="col">
<div id="sty-contant">
<h4 id="course-name">AWS VPC Transit Gateway - Hands On Learning!</h4>
<img src="assets/img/20.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Faws-vpc-transit-gateway%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
</div>
<!-- Developement-->
<hr>
<h4>Developement</h4>
<div class="row">
<div class="col">
<div id="sty-contant">
<h4 id="course-name">Code Your First Game: Arcade Classic in JavaScript on Canvas</h4>
<img src="assets/img/1.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fcode-your-first-game%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
<div class="col">
<div id="sty-contant">
<h4 id="course-name">HTML5 and CSS3 Fundamentals</h4>
<img src="assets/img/2.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fhtml5-fundamentals-for-beginners%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
<div class="col">
<div id="sty-contant">
<h4 id="course-name">Git & GitHub Crash Course: Create a Repository From Scratch!</h4>
<img src="assets/img/3.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fgit-and-github-crash-course-creating-a-repository-from-scratch%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
<div class="col">
<div id="sty-contant">
<h4 id="course-name">How To Build And Make A Wordpress Website From Scratch 2021</h4>
<img src="assets/img/4.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fhow-to-build-and-make-a-wordpress-website-from-scratch-2017%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
</div>
<!-- Business -->
<hr>
<h4>Business</h4>
<div class="row">
<div class="col">
<div id="sty-contant">
<h4 id="course-name">7 Scientifically Proven Steps to Increase Your Influence</h4>
<img src="assets/img/5.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2F7-scientifically-proven-steps-to-increase-your-influence%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
<div class="col">
<div id="sty-contant">
<h4 id="course-name">Microsoft Excel Pivot Tables - The Beginner Course</h4>
<img src="assets/img/6.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fpivot-table-basics%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
<div class="col">
<div id="sty-contant">
<h4 id="course-name">Unpacking the Internet of Things</h4>
<img src="assets/img/7.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Funpacking-the-internet-of-things%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
<div class="col">
<div id="sty-contant">
<h4 id="course-name">Operations Management</h4>
<img src="assets/img/8.jpg">
<a href="https://click.linksynergy.com/deeplink?id=3zJST*nwhE4&mid=39197&u1=github&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Foperations-management%2F
" class="btn btn-warning" style="margin-top: 10px;">Get Course</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer bg-dark" style="margin-top: 20px;">
<div class="container">
<div class="row">
<div class="col-4"></div>
<div class="col-4">
<div id="contact">
<center>
<a href="https://www.instagram.com/programmers0_0/"><img src="assets/social/instagram.png" id="contact-logo"></a>
<a href="https://www.facebook.com/harshal1882001/"><img src="assets/social/facebook.png" id="contact-logo"></a>
<a href="https://twitter.com/programmers0_0"><img src="assets/social/twitter.png" id="contact-logo"></a>
</center>
</div>
</div>
<div class="col-4"></div>
</div>
<div class="footer-copyright text-center py-3" style="color: white;">©2021 Copyright:
<a href="https://www.instagram.com/programmers0_0/">@programmers0_0</a>
</div>
</div>
</footer>
</body>
</html>