-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (77 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home Work №3</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<button class="request-now">Request now</button>
<button class="add-cart">Add to Cart</button>
<button class="sign-up">#</button>
<button class="get-started">Get started</button>
<button class="download">Download</button>
<button class="apply-company">Apply on company website</button>
<button class="save">Save</button> <br />
<a class="amazon" href="https://www.amazon.com/">Back to Amazon</a>
<h2>Nike Black Running Shoes</h2>
<p style="color: rgb(23, 179, 41)">$39 - in stock</p>
<p>Free delivery tommorrow.</p>
<button class="add">Add to Cart</button>
<button class="buy-now">Buy now</button>
<p class="aidin">Text Style</p>
<p class="nurislam">This is Georgia Font</p>
<p class="kuba">Biggest Deals of the Year!</p>
<p class="syimyk">Sales end Tuesday</p>
<div class="name">
<p>HTML CSS Course</p>
</div>
<p class="color">Beginner to Pro</p>
<p>In this course, we'll learn the skills you need <br> to become a developer.</p>
<button class="button">Get Started</button>
<hr>
<p class="nursultan">Shopping for you business?</p>
<p class="alisher">See how Apple at Work can help.</p>
<p class="aziat">Learn more ></p>
<hr>
<p class="azamat">New</p>
<p class="elkhan">MacBook Pro</p>
<div class="elzar">
<p>Supercharged for pros.</p>
</div>
<p class="jasmina">From $1999</p>
<button class="buy">Buy</button>
<hr>
<p class="dinara">1,049.61 <span class="usd">USD</span></p>
<p class="many">+18.05 (1.75%) today</p>
<p class="after">After hours 1,048.00 <span class="dollar">-1.61 (0.15%)</span></p>
<hr>
<p class="kampus">Peaksoft-house.org <span class="house">@Peaksoft-house 1h</span></p>
<p>As a web developer, you'll want to make your projects easy to use and navigate around.</p>
<p>Here <span class="javascript">@javascript-13</span> outlines the top skills new developers should have.</p>
<hr>
<ul>
<li>Дюна-Фрэнк Герберт</li>
<li>1984-Джордж Оруэл</li>
<li>Гарри Поттер и Философский камень - Дж. К. Роулинг</li>
<li>Властелин колец - Дж. Р. Р. Толкиен</li>
<li>Основание - Айзек Азимов</li>
</ul>
<ol>
<li>Краткая история времени - Стивен Хокинг</li>
<li>Самые красивые математические эксперименты - Джордж Гамов</li>
<li>Структура научных революций - Томас Кун</li>
<li>Чёрные дыры и молодые вселенные - Стивен Хокинг</li>
<li>Плоский мир - Ричард Докинз</li>
</ol>
<div class="card">
<p class="ivan">Иван Иванов</p>
<p class="front-end">Фронтенд-разработчик, любитель путешествий и фотографии.</p>
<button class="koding">Кодинг</button>
<button class="photo">Фотография</button>
<button class="putin">Путешествия</button>
</div>
<div class="animation"></div>
</body>
</html>