-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (138 loc) · 4.42 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
144
145
146
<!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" />
<link rel="stylesheet" href="css/style.css" />
<title>Micro Api</title>
</head>
<body>
<header>
<div class="head">
<img src="image/logo (1).svg" alt="micro Api" />
<div class="column">
<p>Home</p>
<p>Dashboard</p>
<p>Contact us</p>
<p>Sign up</p>
<button>Login</button>
</div>
</div>
<div class="photodune">
<h1>Want to have a way of communicating <br> better? Then we got you.</h1>
<br>
<p>
We successfully build APIs of high performance and security for any
industry <br />
and right for your specific requirements. Our developers use modern
<br />
methods to provide data processing in different programming languages.
<br />
We orient on your needs and always meet customers’ expectations.
</p>
<div class="input">
<input
type="text"
placeholder="Search for our API services"
name="search"
search
/>
</div>
<button" class="search">Search</button>
</div>
</header>
<main>
<div class="micro">
<h1>Some of our client</h1>
<div class="box-container">
<div class="box-card">
<img src="image/Group 42.svg" alt="" />
<h2>
Passwordless <br />
Authentication
</h2>
<p>
Eliminate the risk of password-based <br />
attacks and deliver a seamless user <br />
experience using passwordless <br />
authentication.
</p>
</div>
<div class="box-card">
<img src="image/Group 41.svg" alt="" />
<h2>Multi Factor</h2>
<p>
This is a best practice that adds <br />
another layer of security to your user <br />
login.
</p>
</div>
<div class="box-card">
<img src="image/Group 43.svg" alt="" />
<h2>Social Login</h2>
<p>
We handle the connections and <br />
provide an easy way for your users to <br />
log in with a social account.
</p>
</div>
</div>
<div class="micro">
<h1>Some of our client</h1>
</div>
<div class="image-2">
<img class="pic" src="image/Figma logo.svg" alt="Figma" />
<img class="pic" src="image/Nike logo.svg" alt="nike" />
<img class="pic" src="image/Zara logo.svg" alt="zara" />
<img class="pic" src="image/Vector (4).svg" alt="Vector" />
<img class="pic" src="image/Booking.com.svg" alt="Booking" />
</div>
<div class="image-2">
<img class="pic" src="image/Deezer.svg" alt="deezer" />
<img class="pic" src="image/NYT logo.svg" alt="NYT" />
<img class="pic" src="image/TESLA.svg" alt="TESLA" />
<img class="pic" src="image/DHL.svg" alt="DHL" />
</div>
</div>
</main>
<footer>
<div class="foot">
<div class="api">
<h1>Products</h1>
<p>Authentication Api</p>
<p>Excel Api</p>
<p>SMS Api</p>
<p>Vibes Api</p>
<img class="figure" src="image/logo (1).svg" alt="microapi">
</div>
<div class="api">
<h1>Collaboration</h1>
<p>Comments</p>
<p>Track Changes</p>
<p>Help Center</p>
</div>
<div class="api">
<h1>Support</h1>
<p>MicroApi GitHub</p>
<p>Documentation</p>
<p>Help Center</p>
</div>
<div class="api">
<h1>Explore</h1>
<p>Contact Us</p>
<p>About Us</p>
<p>Blog</p>
</div>
<div class="social">
<h1>Social Networks</h1>
<img src="image/Vector (4).svg" alt="">
<p class="right">[email protected]</p>
<p>4250 Kyle Street, Mitchell. NE Nebraska</p>
<p >[email protected]</p>
<p>4250 Kyle Street, Mitchell. NE Nebraska</p>
</div>
</div>
</footer>
</body>
</html>