-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (138 loc) · 6.83 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
<!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> Home</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="main.js"></script>
<link rel="stylesheet" href="index.css" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap"
rel="stylesheet"
/>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-light bg-light">
<a href="#" class="navbar-brand"><h1>Skinpedia</h1></a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ml-auto">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="cleansers.html" class="nav-item nav-link">Cleansers</a>
<!-- <a href="treatments.html" class="nav-item nav-link">Treatments</a> -->
<a href="moisturizers.html" class="nav-item nav-link">Moisturizers</a>
<a href="sunscreens.html" class="nav-item nav-link">Sunscreens</a>
<a href="products.html" class="nav-item nav-link">Gadgets</a>
</div>
</div>
</nav>
<header class="page-header gradient">
<div class="container pt-3">
<div class="row align-items-center justify-content-center">
<div class="col-md-5">
<br>
<h2>Welcome</h2>
<br>
<p>
This site is dedicated to bringing products that are approved
by dermatologists and skincare specialists into one site that you can shop.
You can see which of your favorite skincare content creators have
contributed products to this website below.
</p>
</div>
<div class="col-md-5 d-none d-lg-block">
<img
src="img/home/swatch.png"
alt="Header image"
class= "img-fluid"
/>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 250">
<path
fill="#f1f1f1"
fill-opacity="1"
d="M0,128L48,117.3C96,107,192,85,288,80C384,75,480,85,576,112C672,139,768,181,864,181.3C960,181,1056,139,1152,122.7C1248,107,1344,117,1392,122.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"
></path>
</svg>
</header>
<section class= "text-center">
<h3> Discover trusted skincare products with renowned dermatologists </h3>
</section>
<section class="feature gradient">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#f1f1f1"
fill-opacity="1"
d="M0,224L48,213.3C96,203,192,181,288,154.7C384,128,480,96,576,117.3C672,139,768,213,864,208C960,203,1056,117,1152,101.3C1248,85,1344,139,1392,165.3L1440,192L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"
></path>
</svg>
<div class="w-75 container">
<div class="row align-items-center justify-content-center">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img id="color-overlay" class="d-block w-100" src="img/home/davinlim.JPG" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<a href= "https://www.youtube.com/c/LasersandLiftsbyDrDavinLim"> <h5>Dr. Lim</h5></a>
<p>Board Certified Dermatologist dedicated to cutting out the hype and mystery of the skin care industry.
Dr.Lim covers everything from products, DIY, and skin procedures including lasers, peel, and surgery.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/home/doctorly.jpg" alt="Second slide">
<div class="carousel-caption d-none d-md-block">
<a href= "https://www.youtube.com/c/Doctorly"> <h5>Dr.Maxfield & Dr.Shah</h5> </a>
<p>Evidenced-based skin care, dermatology, and medicine.
Dermatologist-run channel with the goal of providing accurate, up-to-date information to our subscribers with full transparency.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/home/dray.jpg" alt="Third slide">
<div class="carousel-caption d-none d-md-block">
<a href= "https://www.youtube.com/c/DrDrayzday"> <h5>Dr. Dray</h5> </a>
<p>A dermatologist and skin care enthusiast with a passion for skin care and healthy lifestyle.
Dr.Dray will provide product and skincare routine breakdowns.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 210">
<path
fill="#f1f1f1"
fill-opacity="1"
d="M0,96L34.3,106.7C68.6,117,137,139,206,122.7C274.3,107,343,53,411,53.3C480,53,549,107,617,117.3C685.7,128,754,96,823,96C891.4,96,960,128,1029,154.7C1097.1,181,1166,203,1234,202.7C1302.9,203,1371,181,1406,170.7L1440,160L1440,320L1405.7,320C1371.4,320,1303,320,1234,320C1165.7,320,1097,320,1029,320C960,320,891,320,823,320C754.3,320,686,320,617,320C548.6,320,480,320,411,320C342.9,320,274,320,206,320C137.1,320,69,320,34,320L0,320Z"
></path>
</svg>
<section class= "text-center">
<h6>
Dev: Aruna Srivastava <br>
aruna-sri@outlook.com <br>
425-246-7846
</h6>
</section>
</body>
</html>