-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
158 lines (158 loc) · 6.08 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
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<title>Buying Intent</title>
<link href="https://fonts.googleapis.com/css?family=Manjari:100,400,700&display=swap&subset=malayalam" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<div class="wrapper">
<header id="home" class="header menu global-padding">
<nav class="nav">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="mailto:timeoff.sendmail@gmail.com">Contact</a></li>
</ul>
</nav>
<div class="logo">
<a href="/">
<img src="./assets/logo.png" alt="Timeoff">
</a>
</div>
</header>
<div id="banner" class="banner global-padding">
<h1 class="title banner-title">Schedule Vacations With</h1>
<h1 class="title banner-title">TimeOff TS. A Convenient</h1>
<h1 class="title banner-title">Approach For Scheduling</h1>
<form action="">
<input type="text" placeholder="Enter Your Email">
<input type="password" placeholder="Enter Password">
<button>Get TimeOff Now</button>
</form>
<a href="https://github.com/timeoffthescheduler/app" class="btn on-github">TimeOff TS On Github</a>
</div>
<article id="about" class="about global-padding">
<h1>About</h1>
<p>
TimeOff is an scheduler that allows companies and organizations to allow their employees to set vacations before they take their time off.TimeOff is an easy to use vacation setter with just few clicks.
</p>
<p>
TimeOff is completely open source meaning companies can use this project and set it up either internally or in the cloud for their use.
</p>
<p>
In addition, it is completely customizable i.e. companies can customize its user interface as well as can add new features or remove for their use.
</p>
</article>
<div id="features" class="features global-padding">
<h1>Features</h1>
<div class="carousel">
<ul class="slides">
<input type="radio" name="radio-buttons" id="img-1" checked />
<li class="slide-container">
<div class="slide-image">
<img src="./assets/UI.png">
</div>
<div class="carousel-controls">
<label for="img-3" class="prev-slide">
<span>‹</span>
</label>
<label for="img-2" class="next-slide">
<span>›</span>
</label>
</div>
</li>
<input type="radio" name="radio-buttons" id="img-2" />
<li class="slide-container">
<div class="slide-image">
<img src="./assets/list.png">
</div>
<div class="carousel-controls">
<label for="img-1" class="prev-slide">
<span>‹</span>
</label>
<label for="img-3" class="next-slide">
<span>›</span>
</label>
</div>
</li>
<input type="radio" name="radio-buttons" id="img-3" />
<li class="slide-container">
<div class="slide-image">
<img src="./assets/search.png">
</div>
<div class="carousel-controls">
<label for="img-2" class="prev-slide">
<span>‹</span>
</label>
<label for="img-4" class="next-slide">
<span>›</span>
</label>
</div>
</li>
<input type="radio" name="radio-buttons" id="img-4" />
<li class="slide-container">
<div class="slide-image">
<img src="./assets/Past.png">
</div>
<div class="carousel-controls">
<label for="img-3" class="prev-slide">
<span>‹</span>
</label>
<label for="img-5" class="next-slide">
<span>›</span>
</label>
</div>
</li>
<input type="radio" name="radio-buttons" id="img-5" />
<li class="slide-container">
<div class="slide-image">
<img src="./assets/dashboard.png">
</div>
<div class="carousel-controls">
<label for="img-4" class="prev-slide">
<span>‹</span>
</label>
<label for="img-1" class="next-slide">
<span>›</span>
</label>
</div>
</li>
<!--
<div class="carousel-dots">
<label for="img-1" class="carousel-dot" id="img-dot-1"></label>
<label for="img-2" class="carousel-dot" id="img-dot-2"></label>
<label for="img-3" class="carousel-dot" id="img-dot-3"></label>
<label for="img-4" class="carousel-dot" id="img-dot-4"></label>
<label for="img-5" class="carousel-dot" id="img-dot-5"></label>
</div>
-->
</ul>
</div>
</div>
<div id="pricing" class="pricing global-padding">
<h1>$1 Per Employee</h1>
<h1>Per Month</h1>
</div>
<footer id="footer" class="footer menu global-padding">
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="mailto:timeoff.sendmail@gmail.com">Contact</a></li>
</ul>
<ul class="socials">
<li><a target="_blank" href="https://github.com/timeoffthescheduler/app">Github</a></li>
<li><a target="_blank" href="https://twitter.com/TimeOff72858529">Twitter</a></li>
<li><a target="_blank" href="https://www.facebook.com/TimeOff-325473081302189">Facebook</a></li>
<li><a target="_blank" href="https://www.reddit.com/user/timeoffts">Reddit</a></li>
</ul>
</nav>
</footer>
</div>
</body>
</html>