-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (103 loc) · 6.36 KB
/
Copy pathindex.html
File metadata and controls
112 lines (103 loc) · 6.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--- Meta Tags for SEO --->
<title>Typed2hand</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<!--Importing JQUERY-->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!--Import Font-->
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<!--Getting our CSS-->
<link rel="stylesheet" type="text/css" href="assets/css/style.css"/>
</head>
<body>
<!--Navigation Bar is loaded dynamically from the main.js-->
<!-- Home Section -->
<section id="home" class="home-section">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 home-div center">
<h1 id="title-heading">Type Documents in your Handwriting.</h1>
<div class="d-flex justify-content-center">
<a href="editor.html" class="button"> Check It Out</a>
</div>
</div>
<div class="col-lg-6">
<img class="title-image" src="assets/images/title-image.svg">
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<!--Wave part-->
<div class="wave wave1"></div>
<div class="wave wave2"></div>
<div class="wave wave3"></div>
<div class="wave wave4"></div>
</section>
<!-- About Section -->
<div id="about-intro" class="about container center-block">
<h2>What are we about?</h2>
<p>One day, <span class="enhanced">Emma</span> was very tensed about the assignments she has to submit in her college, because <span class="enhanced"> She fell on the stairs and had a wrist sprain. She was unable to hold a pen.</span></p>
<p>On talking about this issue to her friend <span class="enhanced">Tom</span>, he suggested <span class="enhanced">Typed2hand</span> as a solution to her problem.</p>
<p class="enhanced">Are you facing the some similar problem as Emma did?</p>
<p> So, let's hear what Tom says about <span class="enhanced">Typed2hand.</span></p>
<br>
<h5><span class="enhanced">Typed2hand</span> converts your <span class="enhanced">typed Documents</span> into <span class="enhanced">handwritten</span> ones.</h5>
</div>
<!-- Feature Section -->
<div id="features">
<div class="feature-div container">
<img id="page-image" src="assets/images/about/page.svg">
<h3>Step 1 : Pick a Page</h3>
<br>
<p>Here, either you can choose one from the wide variety of pages available or you can upload your own institution's Text.</p>
</div>
<br>
<div class="feature-div container">
<img id="font-image" src="assets/images/about/fonts.svg">
<h3>Step 2 : Pick a Font</h3>
<br>
<p>You can adjust the combination of font-style, font-color and font-size as the one which resembles your handwriting.</p>
</div>
<br>
<div class="feature-div container">
<img id="typing-image" src="assets/images/about/typing.svg">
<h3>Step 3 : Type it</h3>
<br>
<p>Use your fast typing skill to type the Documents in the editor and get it in the handwritten form instantly.</p>
</div>
<br>
<div class="feature-div container">
<img id="download-image" src="assets/images/about/download.svg">
<h3>Step 4 : Download it</h3>
<br>
<p>You can now download/export it in the <span class="enhanced">.png</span>, <span class="enhanced">.jpg</span>, <span class="enhanced">.jpeg</span> or <span class="enhanced">.pdf</span> format and get it printed in order to submit in the college.</p>
</div>
<br>
</div>
<img id="open-source-image" src="assets/images/about/open-source.svg">
<div id="open-source" class="container">
<p>Now, as Typed2hand saves a lot of your time, you can now spent your valuable time in learning some practical stuffs. </p>
</div>
<!-- Team Section -->
<!--JS File for dynamically loading navigation bar, footer, Team Section-->
<script src="assets/js/main.js"></script>
<!-- Footer is loaded dynamically from main.js-->
</body>
</html>