generated from CodeChefVIT/template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
135 lines (108 loc) · 4.67 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
<!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" />
<title>Last Minute PPTs</title>
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;400;900&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,800&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/pure-min.css" />
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/base-min.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/grids-min.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/grids-responsive-min.css">
<link rel="script" href="js/scripts.js">
</head>
<body>
<div class="header fixnav" id="header">
<div class="navbar" id="nbar">
<a href="">home.</a>
<a href="">app.</a>
<a href="">about.</a>
</div>
</div>
<div class="spacer"> </div>
<div class="home-body">
<h1 class="header-title" id="part1"><div class="logo"> Last Minute PPTs.</div></h1>
<div class="pure-g">
<div class="pure-u-1-2 box50">
<img class="home-1" src="img/home-1-alt.png" alt="" />
</div>
<div class="pure-u-1-2 box50">
<div class="box50text">
<h1 class="box50text-heading ">
ONLY PPT TOOL WHICH <br />CAN SAVE YOUR A$$.
</h1>
<p class="box50text-text">
Got drunk last night and fogot to make the <br><i>"MONDAY PRESENTATION"?</i>. <br> Join our
garage, just in-case you loose your job. <br> Or use our tool to make yourself a PPT in just 10
minutes.
</p>
</div>
</div>
</div>
<div class="pure-g" id="part2">
<div class="pure-u-1">
<div class="box50text">
<h1 class="box50text-heading">
WE MADE OUR OWN FORMULA JUST FOR YOU.
</h1>
<p class="box50text-text">
<i>
<h2> <b> machine learning + good interface = job saved</b></h2>
</i> <br>
</p>
</div>
</div>
<div class="box70">
<div class="pure-u-1-3 ">
<img class = "icon-img" src="img/mic.png" alt="">
</div>
<div class="pure-u-2-3">
<div class="icon-text-main">
<div class="icon-hover">
Use your mic to feed in what you want to be on your PPT.
</div>
<div class="icon-normal">speak.</div>
</div>
</div>
</div>
<div class="box70">
<div class="pure-u-1-3 ">
<img class = "icon-img" src="img/ml.png" alt="">
</div>
<div class="pure-u-2-3">
<div class="icon-text-main">
<div class="icon-hover">
Sit back while our bot transcribes your beautiful voice into text.
</div>
<div class="icon-normal">wait.</div>
</div>
</div>
</div>
<div class="box70">
<div class="pure-u-1-3 ">
<img class = "icon-img" src="img/ppt.png" alt="">
</div>
<div class="pure-u-2-3">
<div class="icon-text-main">
<div class="icon-hover">
Enjoy your job!
</div>
<div class="icon-normal">present.</div>
</div>
</div>
</div>
</div>
<div class="test">dd</div>
<!--put test padding above this-->
</div>
</body>
</html>