-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeatures.html
More file actions
182 lines (174 loc) · 6.81 KB
/
features.html
File metadata and controls
182 lines (174 loc) · 6.81 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Features</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" type="text/css" href="/styles/features.css" />
</head>
<body>
<div class="main-wrapper">
<!-- Navigation bar -->
<header>
<nav>
<div class="navbar">
<a class="navbar-brand" href="index.html">
<img src="/media/logo_white.png" style="width: 97px" />
<h4 style="color: #ffffff">SkolarShip</h4>
</a>
<div class="hamburger">☰</div>
<div class="navbar-links">
<a href="index.html">Home</a>
<a class="active" href="features.html">Features</a>
<a href="pricing.html">Pricing</a>
<a href="privacy.html">Privacy</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
</div>
<div class="mobile-navbar-links">
<div class="mobile-navbar-links-div">
<a href="index.html">Home</a>
<a class="active" href="features.html">Features</a>
<a href="pricing.html">Pricing</a>
<a href="privacy.html">Privacy</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
</div>
</nav>
<div class="main-header-content">
<div class="header-area">
<h1 class="main-title">Features</h1>
<p style="margin: 0px 0px 10px">
Explore what skolarship has to offer.
</p>
</div>
</div>
<div class ="wave">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 159.71 1440 160">
<path fill="#dec5e3" fill-opacity="1" d="M0,288L48,272C96,256,192,224,288,197.3C384,171,480,149,576,165.3C672,181,768,235,864,250.7C960,267,1056,245,1152,250.7C1248,256,1344,288,1392,304L1440,320L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path>
</svg>
</div>
</header>
<main>
<div class="content" style="margin-top:0;">
<section class="intro-section">
<h2 style="padding-top: 50px; margin: 0">
Discover What Skolarship Can Do
</h2>
<p style="margin-bottom: 40px;">
Our app is designed with university students in mind, offering a
range of features to make your life easier and more productive.
</p>
</section>
<section class="promo-section" style="text-align: center">
<video class="promo-video" autoplay muted controls>
<source src="media/SkolarShip.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</section>
<section class="feature-list">
<div class="feature-item">
<div class="text-div">
<h3>Instant Job Alerts</h3>
<p>
Students receive instant notifications for job postings that
match their skills and preferences, ensuring they never miss
an opportunity.
</p>
</div>
<!-- Image -->
<div class="img-div">
<img class="hero-image" src="media/handymen.png" />
</div>
</div>
<div class="feature-item">
<div class="text-div">
<h3>Flexible Scheduling</h3>
<p>
Provides a user-friendly interface for students to set and
update their availability, allowing them to take on jobs that
fit perfectly with their academic schedules and personal
commitments.
</p>
</div>
<!-- Image -->
<div class="img-div">
<img class="hero-image" src="media/handshaking.png" />
</div>
</div>
<div class="feature-item">
<div class="text-div">
<h3>Skill-Based Filtering</h3>
<p>
Allows customers to filter candidates based on specific skills
or experience, ensuring they find the most suitable student
for the task at hand.
</p>
</div>
<!-- Image -->
<div class="img-div">
<img class="hero-image" src="media/filtering.png" />
</div>
</div>
<div class="feature-item">
<div class="text-div">
<h3>Real-Time Availability Status</h3>
<p>
Offers an up-to-date overview of each student's availability,
enabling customers to quickly find and hire students who are
ready to take on tasks immediately.
</p>
</div>
<!-- Image -->
<div class="img-div">
<img class="hero-image" src="media/available.png" />
</div>
</div>
</section>
<section class="cta-section">
<p>Excited about what you see?</p>
<a href="pricing.html" class="button">Check out our pricing</a>
</section>
</div>
</main>
<footer>
<section>
<div style="display: inline-flex">
<a href="https://www.instagram.com/skol4rship/">
<img
style="width: 40px; height: 40px"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Instagram-Icon.png/1024px-Instagram-Icon.png"
/>
</a>
<p style="margin: 8px 12px 0 0">@skol4rship</p>
</div>
<div style="display: inline-flex">
<img
style="width: 40px; height: 40px"
src="https://cdn-icons-png.flaticon.com/512/281/281769.png"
/>
<p style="margin-top: 8px">mgacd.skolarship@gmail.com</p>
</div>
</section>
<section style="display: inline-flex; margin-bottom: 12px">
<div>
<a
style="margin-right: 12px"
class="footer-links"
href="contact.html"
>Contact Us</a
>
</div>
<div>
<a class="footer-links" href="privacy.html">Privacy Policy</a>
</div>
</section>
<div style="text-align: center">© 2023 MGACD Inc.</div>
</footer>
</div>
<script src="/script.js"></script>
</body>
</html>