-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (64 loc) · 2.96 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Course Website</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="top-container">
<img class="top-img" src="images\technology (5).png" alt="technology (5)" />
<h1>FullStack Web Development</h1>
<h2>BEST CODING BootCamp</h2>
<img class="bottom-img" src="images\technology (1).png" alt="technology (1)" />
<img class="goal-img" src="images\goal.png" alt="goal" />
</div>
<div class="middle-container">
<div>
<img class="profile-img" src="images\app-development.png" alt="app-development">
<h2>Hello.</h2>
<p>This is the only course you need to learn development of a dynamic and responsive websites
and web
applications from scratch!</p>
</div>
<hr>
<div class="paths">
<h2>Course Path Way</h2>
<div class="course-row">
<img class="front-end" src="images\responsive-design (2).gif" alt="responsive-design (2)">
<h3>Front-End Web Design</h3>
<p>HTML, CSS, Bootstrap, Javascript, DOM, jQuery and GitHub</p>
<p>Arguments over style are pointless. There should be a style guide, and you should follow it"
-Rebecca Murphey</p>
</div>
<div class="course-row">
<img class="back-end" src="images\backend.png" alt="backend.png">
<h3>Back-End Web Development</h3>
<p>Node.js, Express, APIs, Git, EJS, MongoDB, RESTful, and Authorization</p>
<p>"simplicity is the ultimate sophistication."</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Nothing Easy is Worth Doing!.</h3>
<p>I can help my students learn to plan, design, develop & deploy a fully fledged
websites and web apps.</p>
<p>My project based learning approach guarantees the practicing and challenges on
real life problem solving skills</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a href="https://www.linkedin.com/">LinkedIn</a>
<a href="https://facebook.com/">Facebook</a>
<a href="https://falconese82.github.io/cv/">Website</a>
<p class="copyright">© 2023 Osama Whida @LLLCA.</p>
</div>
</body>
</html>