-
Notifications
You must be signed in to change notification settings - Fork 0
/
INDEX.HTML
144 lines (124 loc) · 5.84 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
<!DOCTYPE html>
<html>
<HEAD>
<meta charsel ="UTF-8">
<meta name ="description" content="soft-free: Master Programming - Empowering learners with essential development skills through experienced developers for free.">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css">
<title> SOFT-FREE</title>
<link rel="stylesheet" href="STYLE.CSS">
</HEAD>
<body>
<header>
<div class="logo">
<p><span>SOFT</span>-FREE</p>
</div>
<ul class="menu">
<li><a href="INDEX.HTML">Acceuil</a></li>
<li><a href="courses.HTML">Courses</a></li>
<li><a href="#about_us">A Propos</a></li>
<li><a href="#CONTACT">CONTACT</a></li>
</ul>
</header>
<section id="home">
<h2>SOFT -FREE</h2>
<h4>LEARN FOR FREE</h4>
<p>Welcome.</p>
<a href="courses.HTML" >STAR NOW</a>
</section>
<section id="a-propos">
<h1 class="title">à propos</h1>
<div class="img-desc">
<div class="left">
<video src="Computer Code Programming (Motion Graphics).mp4" autoplay loop> </video>
</div>
<div class="right">
<h3>where
programming dreams
come true.</h3>
<p>Discover an interactive educational experience that equips you for the future job landscape for free.</p>
<a href="courses.HTML">Lire Plus</a>
</div>
</div>
</section>
<section id="events">
<h4 class="mini_title">Upcoming Events</h4>
<div class ="webs">
<div class ="web">
<h5>Introduction to web development</h5>
<img src="web.jpeg">
<p>Join Our FREE Webinar On Introduction To Web Development! Discover The Benefits Of Programming, Explore A Software Engineering Career, And Get Essential Tips For Effective Programming. Don't Miss Out!
<br>20:00 PM - 22:00 PM <br>
<br> Wednesday, 4 SEPTEMBER<br>
<br>Online <br></p>
</div>
<div class ="web">
<h5>Build 3 Projects Using HTML And CSS /(For Beginners/)</h5>
<img src="2.jpeg">
<P>Join Our FREE Webinar On Creating Projects
Development Skills With Step-By-Step
With HTML And CSS! Enhance Your Web This Valuable Learning Experience!
Guidance And Diverse Project Ideas. Don't Miss
<br>20:00 PM - 22:00 PM <br>
<br>Monday, 11 SEPTEMBER<br>
<br>Online<br> </P>
</div>
</div>
</section>
<SECTION id="know">
<h5 class="get">Get To Know Us</h5>
<h4 class="soft1">SOFT-FREE</h4>
<div class="soft">
<h3> SOFT-FREE</h3>
<b>Experienced Trainer-Developers</b>
<P>Learn From Industry Professionals Actively Working As Developers, Gaining Valuable Insights From Their Practical Experience.</P>
<b>Real World Projects</b>
<p>Gain Practical Skills Through Real-World Projects Using Industry Tools And Technologies For Career Success.</p>
<b>Hands-On Assignments</b>
<p>Apply Learned Concepts Through Practical Assignments, Gaining Valuable Practice And Boosting Your Confidence In Your Abilities.</p>
<b>for free</b>
</div>
<div class ="soft">
<h3>others </h3>
<b>Incompetent Trainers</b>
<P>Difficulty In Understanding The Practical Application Of Concepts Learned In Theory.</P>
<b>Insufficient Practice</b>
<p>Limited Exposure To Real-World Project Scenarios And Challenges.</p>
<b>Outdated Courses</b>
<p>Waste Your Time Learning Outdated Topics That Employers Don't Care About.</p>
<b>not free</b>
</div>
</SECTION>
<div class="testimonials">
<div class="inner">
<h1>people how trusted us</h1>
<div class="border"></div>
<div class="row">
<div class="col">
<div class="testimonial">
<img src="p1.png" alt="">
<div class="name">YASSINE DERBEL</div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>J'apprécie vraiment cette formation, elle m'a énormément aidé, d'une connaissance nulle du langage développement à ce niveau-là, je suis très fier de SoftyFREE, des informations que vous m'avez données et des formateurs qui sont très sympathiques et serviables... Merci beaucoup 🧡
</p>
</div>
</div>
<div class="col">
<div class="testimonial">
<img src="p2.png" alt="">
<div class="name">siwar</div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
<p>الحقيقة كانت تجربة ممتازة معاكم و إن شاء الله في باقي الدورات ربي يحفظكم الناس الكل</p>
</div>
</body>
</html>