-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
90 lines (87 loc) · 3.57 KB
/
project.html
File metadata and controls
90 lines (87 loc) · 3.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ARAV</title>
<link rel="stylesheet" href="styl.css">
</head>
<body>
<header>
<div class="container">
<div class="header-left">
<img class="logo" src="https://149362230.v2.pressablecdn.com/wp-content/uploads/2018/08/coursera-social-logo.png">
</div>
<div class="header-right">
<a href="email.html" class="login">Log in</a>
</div>
</div>
</header>
<div class="top-wrapper">
<div class="container">
<h1>Your Course to Success</h1>
<p>Build skills with courses, certificates, and degrees online from</p>
<p> world-class universities and companies</p>
<div class="btn-wrapper">
<a href="email.html" class="btn signup">Sign up with Email</a>
<p>or</p>
<a href="email.html" class="btn facebook">Sign up with Facebook </a>
</div>
</div>
</div>
<div class="lesson-wrapper">
<div class="container">
<div class="heading">
<h2>Learn Where to Get Started!</h2>
</div>
<div class="lessons">
<div class="lesson">
<div class="lesson-icon">
<img class="image"src="https://inteng-storage.s3.amazonaws.com/images/NOVEMBER/sizes/color-2174065_1280_resize_md.png">
<p>HTML & CSS</p>
</div>
<p class="txt-contents">Languages used to build and design the appearances of your websites. HTML adds the structure, and CSS styles it.</p>
</div>
<div class="lesson">
<div class="lesson-icon">
<img class="image" src="https://inteng-storage.s3.amazonaws.com/images/NOVEMBER/sizes/color-2174065_1280_resize_md.png">
<p>jQuery</p>
</div>
<p class="txt-contents">A fast, feature-rich and easy-to-use JavaScript library that handles animations and Ajax requests.</p>
</div>
<div class="lesson">
<div class="lesson-icon">
<img class="image" src="https://inteng-storage.s3.amazonaws.com/images/NOVEMBER/sizes/color-2174065_1280_resize_md.png">
<p>Ruby</p>
</div>
<p class="txt-contents">A dynamic, general-purpose language that is simple and productive. It is commonly used to build web applications.</p>
</div>
<div class="lesson">
<div class="lesson-icon">
<img class="image" src="https://inteng-storage.s3.amazonaws.com/images/NOVEMBER/sizes/color-2174065_1280_resize_md.png">
<p>PHP</p>
</div>
<p class="txt-contents">An open source scripting language that can be embedded into HTML, and well suited for web development.</p>
</div>
</div>
</div>
</div>
<div class="container">
<img class="image1" src="https://blog.hyperiondev.com/wp-content/uploads/2018/06/Blog-Article-How-many-programming-languages-should-I-learn.jpg">
</div>
<div class="message-wrapper">
<div class="container">
<div class="heading">
<h2>Ready to become an awesome programmer?</h2>
<h3>Let's learn to code, learn to be creative!</h3>
</div>
<a href="email.html"><span class="btn message" >Start Learning</span></a>
</div>
</div>
<footer>
<div class="container">
<img src="https://149362230.v2.pressablecdn.com/wp-content/uploads/2018/08/coursera-social-logo.png">
<p>Your Course to Success</p>
</div>
</footer>
</body>
</html>