-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (37 loc) · 1.6 KB
/
index.html
File metadata and controls
47 lines (37 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> SinglePriceComponent </title>
<!-- google fonts -->
<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=Open+Sans:wght@300;400&display=swap" rel="stylesheet">
<!-- file css -->
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<div class="community-about-info">
<h1> join our community</h1>
<h2> 30- day, hassle-free money back guarantee</h2>
<p>gain acsess to our full library of tutorials along with expert code review. <br> prefect for any developers
who are serious about honing their skills . </p>
</div>
<div class="subscrip">
<div class="subscrip-info-about" id="bg-1">
<h3> Monthly Subscription </h3>
<p> $29 <span>per month</span></p>
<p> Full access for less than $1 a day. </p>
<button> sign up </button>
</div>
<div class="subscrip-info-about" id="bg-2">
<h4> Why Us</h4>
<p id="f-size"> tutorials by industry experts <br> peer & expert code review <br> coding exercises <br>
Access to our
Git Hub repos <br> community forum <br> Flashcard decks <br> New videos every week </p>
</div>
</div>
</body>
</html>