-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsar.html
84 lines (74 loc) · 3.18 KB
/
sponsar.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>Passport.js</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- side bar ---- -->
<div class="two-side">
<section class="left-side">
<aside>
<div class="logo">
<img src="Images/1160530.png" alt="logo">
</div>
</aside>
<div class="menu">
<ul>
<li>Home</li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="strag.html">Strategies</a></li>
<li><a href="sponsar.html">Sponsors</a></li>
</ul>
</div>
</section>
<div class="width">
<section class="nav-top">
<nav>
<div class="input">
<input type="text" placeholder="Search for Strategies">
</div>
<div class="icons">
<p>F</p>
<p>G</p>
<p>T</p>
</div>
</nav>
<div class="main">
<div class="upper spop">
<h1>Sponsors</h1>
<p>Passport is an open source project. Ongoing development is made possible thanks to the
community and the generous contributions of our sponsors. Please consider supporting
Passport by <span>becoming a sponsor.</span> </p>
<div class="sponsar">
<div class="item">
<img src="Images/workos.png" alt="logo">
<h5>Your app, enterprise-ready.</h5>
<p>Start selling to enterprise customers with just a few lines of code. Add Single
Sign-On (and more) in minutes instead of months.</p>
</div>
<div class="item">
<img src="Images/descope.svg" alt="logo">
<h5>Drag and drop your auth</h5>
<p>Add authentication and user management to your consumer and business apps with a few
lines of code.</p>
</div>
</div>
<div class="item3">
<img src="Images/altruistiq.svg" alt="logo">
</div>
</div>
</div>
</section>
</div>
</body>
</html>
<!-- Your app, enterprise-ready.
Start selling to enterprise customers with just a few lines of code. Add Single Sign-On (and more) in minutes instead of months. -->
<!--
Drag and drop your auth
Add authentication and user management to your consumer and business apps with a few lines of code. -->