-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
67 lines (52 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>Security Handbook</title>
<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=Work+Sans:wght@700&display=swap" rel="stylesheet">
<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=Inter&display=swap" rel="stylesheet">
<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=Inter:wght@200&display=swap" rel="stylesheet">
<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=Inter:wght@500&display=swap" rel="stylesheet">
<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=Inter:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="main">
<h3 class="top-sentence">FLORAL CLINIC RECEPTION SERVICE</h3>
<div class="center-sentence">
Floral Reception Security Handbook
</div>
<div class="subtitle">
<p>
Safety in database protects the business and bring the best experience
for customers
</p>
</div>
<div class="button">
<button class="our-value-btn">
<a style="text-decoration: none; color: rgba(0, 0, 0, 0.58);" href="index_value.html">OUR VALUES & ACHIEVEMENTS
</a>
</button>
<button class="security-info">
<a style="text-decoration: none; color: rgba(0, 0, 0, 0.58);" href="security-information.html"> SECURITY INFORMATION</a>
</button>
</div>
<div class="logo-icon">
<a href="https://twitter.com/floralclinic"><img class="icons-twitter" src="Icons/Twitter.png" ></a>
<a href="location.html"><img class="icons-location" src="Icons\Location.png"></a>
<a href="Contact-Information.html"><img class="icons-sms" src="Icons\Contact.png" ></a>
</div>
</div>
</div>
</body>
</html>