-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
55 lines (47 loc) · 1.99 KB
/
Copy pathtest.html
File metadata and controls
55 lines (47 loc) · 1.99 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
<!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>Document</title>
<!-- <link rel="stylesheet" href="index.css"> -->
</head>
<body>
<div class="carousel">
<button class="carousel__button"></button>
<div class="carousel__container">
<ul class="carousel__track">
<li class="carousel__slide">
<div class="firstProject reveal">
<div>
<h1 class="deschead">Asos clone</h1>
<p class="descp">ASOS plc is a British online fashion and cosmetic retailer. Asos.com is its online
e-commerce platform.</p>
<span>
<button class="btn" id="prj1web">WEBSITE LINK</button>
<button class="btn" id="prj1git">GIT HUB LINK</button>
</span>
<h2>Tech Stack</h2>
<span class="links">
<a href="" class="link">HTML </a>|
<a href="" class="link">CSS </a>|
<a href="" class="link">Java Script</a>
</span>
<h2>2022</h2>
</div>
<div class="primg">
<img src="Screenshot (78).png" alt="" class="pr1img" id="img1">
</div>
</div>
</li>
<li class="carousel__slide">
</li>
<li class="carousel__slide"></li>
<li class="carousel__slide"></li>
</ul>
</div>
<button class="carousel__button"></button>
</div>
</body>
</html>