-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
58 lines (53 loc) · 3.1 KB
/
home.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
<!DOCTYPE html>
<head>
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/style.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body background= "img/bg4.jpg">
<nav id="trans">
<div class="nav-wrapper">
<a href="#" class="brand-logo">Logo</a>
<ul id="nav-mobile" class="right hide-on-med-and-down icons">
<li><a href="home.html" class="black-text lt">Home</a></li>
<li><a href="templates.html" class="black-text lt">Templates</a></li>
<li><a href="#" class="black-text lt">username</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="row">
<br><br>
<div class="abt-us-txt">
<div class="row">
<div class="row">
<div class="col s6 offset-s5 red-text">
<h1>About Us</h1>
</div>
</div>
<div class="row" style="padding-top: 7px;">
<div class="col s6 offset-s3">
<p style="font-size: 16px;">"Sancha" is a web-based application.We often pondered over the jeopardy incumbent upon client's organization/department as they faltered while creating its website/s-due to incoherence and incongruity of website components with respect to the requirements.Our team, resolved to offer a solution to this problem.In this epiphany of sorts,we embarked upon creating a product that would act as a "Sancha" (mould) that would aid clients(individuals,groups or organisations) to seamlessly carve out impactful,comprehensive and visually alluring websites with components according to client's taste and/or requirements. Basically,even a non-technical person can create his/her own website without getting interacted with the source code!</p>
</div>
</div>
</div>
<div class="row" style="padding-right: 50px;">
<div class="col s6 offset-s5">
<a class="waves-effect waves-light btn-large bn black-text" href="templates.html">Let's Get Started</a>
</div>
</div>
</div>
</div>
</div>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>