-
Notifications
You must be signed in to change notification settings - Fork 0
/
chat.html
95 lines (92 loc) · 3.69 KB
/
chat.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="gradient-border2">
<div class="subs">
<div class="right-element gradient-border">
<h1>
Quasser-y classes
</h1>
<p>
Quasser-Y is a leading online course platform specializing in web development and full-stack development. Whether you're a beginner looking to build a strong foundation or an experienced developer aiming to enhance your skills, Quasser-Y offers expertly crafted courses tailored to your needs. Our courses cover everything from front-end technologies like HTML, CSS, and JavaScript to back-end frameworks and database management. With a focus on hands-on learning and real-world applications, Quasser-Y empowers you to build and deploy dynamic web applications, preparing you for success in the fast-evolving tech industry. Join us to start your journey to becoming a proficient web developer.
</p>
</div>
<div class="left-element">
<div class="tears">
<div class="tear1 gradient-border">
<span class="price">
<h1>
115$
</h1>
<p>
basic
</p>
</span>
<span class="deatils">
<h2>
live class + job interview
</h2>
<p>
you will get access to our live classes taught by the best professors in nepal. you eill be able to give a job interview at
the end of the session.
</p>
<a class="button" href="">learn more</a>
</span>
</div>
</div>
<div class="tears">
<div class="tear1 gradient-border">
<span class="price">
<h1>
180$
</h1>
<p>
pro
</p>
</span>
<span class="deatils">
<h2>
live class + +notes + job interview
</h2>
<p>
you will get access to our live classes taught by the best professors in nepal. you eill be able to give a job interview at
the end of the session.you will get access to old live classs plus you will get handwritten notes.
</p>
<a class="button" href="">learn more</a>
</span>
</div>
</div>
<div class="tears">
<div class="tear1 gradient-border">
<span class="price">
<h1>
200$
</h1>
<p>
ultra
</p>
</span>
<span class="deatils">
<h2>
live class + notes + cheat sheets + money-making projects + job interview
</h2>
<p>
you will get access to our live classes taught by the best professors in nepal.
you eill be able to give a job interview at
the end of the session. you will get access to previous live classes and notes and handwritten
cheat sheets
</p>
<a class="button" href="">learn more</a>
</span>
</div>
</div>
</div>
</div>
<script src="myjs.js"></script>
</body>
</html>