-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (53 loc) · 1.64 KB
/
index.html
File metadata and controls
63 lines (53 loc) · 1.64 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
<!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">
<meta name="keywords" content="FreeFlo,Machine Learning,Startups,Blockchain,Indian Startups">
<meta name="author" content="FreeFlo">
<meta name="google-site-verification" content="d2XrBM7NUHhNmCZ6f8zlL5QiRH9cwn8XzLcFwmGYi6c" />
<meta name="description" content="FreeFlo is a startup that aims at building products related to Machine Learning, Blockchain and so on to help people.">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Tangerine">
<title>Begin2Code</title>
<style type="text/css">
html {
height: 100%;
}
body {
background-size: cover;
background-position: left;
background-blend-mode: color;
background-repeat: no-repeat;
height: 100%;
}
.top-logo {
height:75px;
width:300px;
}
.tagline {
font-family:'Tangerine', serif;
font-size: 48px;
text-shadow: 4px 4px 4px #aaa;
}
.text {
width:430px;
height:750px;
}
</style>
</head>
<body class="body">
<div class="header">
<center><img src="img/b2c.jpg" class="top-logo"></center><br/>
<center class="tagline"><b>Making Your Code Beauitful</b></center>
</div>
<div class="container">
<div class = "left_area">
<textarea class="text"placeholder="Enter code here" style="float:left;margin-left:300px;"></textarea>
</div>
<div class="right_area">
<textarea class="text" placeholder="Your Indented Code Will Be Displayed Here" style="float:right;margin-right:300px;" readonly="readonly"></textarea>
</div>
</div>
</body>
</html>