-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlandpage.html
More file actions
125 lines (113 loc) · 3.83 KB
/
Copy pathlandpage.html
File metadata and controls
125 lines (113 loc) · 3.83 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>landing page</title>
<link rel="stylesheet" href="land.css">
</head>
<body>
<div class="navbar">
<div>
<a href="#">Abstract</a>
<span class="min"></span>
<a href="#">Help Center</a>
</div>
<div class="nav-buttons">
<button class="submit">Submit a request</button>
<button class="sign">Sign in</button>
</div>
</div>
<div class="head">
<h2>How can we help?</h2>
<input type="text" placeholder="Search">
</div>
<div class="container">
<div class="can">
<div>
<img src="WhatsApp Image 2026-04-10 at 1.49.17 PM.jpeg" alt="Branches icon">
</div>
<div>
<h4>Branches</h4>
<p>Abstract branches lets you manage, version, and document your design in one place.</p>
<a href="#">Learn more →</a>
</div>
</div>
<div class="man">
<div>
<img src="WhatsApp Image 2026-04-10 at 1.49.16 PM (2).jpeg" alt="Manage account icon">
</div>
<div>
<h4>Manage your account</h4>
<p>Configure your settings, such as your email, profile, and password.</p>
<a href="#">Learn more →</a>
</div>
</div>
<div class="aunty">
<div>
<img src="WhatsApp Image 2026-04-10 at 2.05.47 PM.jpeg" alt="Organisations icon">
</div>
<div>
<h4>Manage organisations, teams, and projects</h4>
<p>Use Abstract organisations, teams, and projects to organise your people and your work.</p>
<a href="#">Learn more →</a>
</div>
</div>
<div class="son">
<div>
<img src="WhatsApp Image 2026-04-10 at 1.49.16 PM (1).jpeg" alt="Billing icon">
</div>
<div>
<h4>Manage billing</h4>
<p>Change subscriptions and payment details.</p>
<a href="#">Learn more →</a>
</div>
</div>
<div class="mother">
<div>
<img src="WhatsApp Image 2026-04-10 at 1.49.16 PM.jpeg" alt="Authentication icon">
</div>
<div>
<h4>Authenticate to Abstract</h4>
<p>Set up and configure SSO, SCIM, and just-in-time provisioning.</p>
<a href="#">Learn more →</a>
</div>
</div>
<div class="father">
<div>
<img src="WhatsApp Image 2026-04-10 at 2.05.41 PM.jpeg" alt="Support icon">
</div>
<div>
<h4>Abstract support</h4>
<p>Get in touch with a human.</p>
<a href="#">Learn more →</a>
</div>
</div>
</div>
<footer class="footer">
<div class="abstract-col">
<h4>Abstract</h4>
<a href="#">Branches</a>
</div>
<div class="resources">
<h4>Resources</h4>
<a href="#">Blog</a>
<a href="#">Help Center</a>
<a href="#">Release Notes</a>
<a href="#">Status</a>
</div>
<div class="community">
<h4>Community</h4>
<a href="#">Twitter</a>
<a href="#">LinkedIn</a>
<a href="#">Facebook</a>
<a href="#">Dribbble</a>
<a href="#">Podcast</a>
</div>
<div class="contact">
<h4>Contact us</h4>
<a href="mailto:nazteeemba2@gmail.com">nazteeemba2@gmail.com</a>
</div>
</footer>
</body>
</html>