-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (60 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<link href="12.png" rel="icon" type="image/ico">
<title>CodeTrunk</title>
<link href="style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="container">
<div class="nav">
<a href="index.html" class="tt1">Home</a>
<a href="login.html" class="tt2">Login</a>
<a href="signup.html" class="tt3">Sign Up</a>
</div>
</div>
</div>
<div class="jumbotron">
<div class="container">
<div class="main">
<h1> Code<u>T</u>runk</h1>
<p>Welcome to the world of coding and development.</p>
<a class="btn-main" href="#">Let's Start</a>
</div>
</div>
</div>
<div class="supporting">
<div class="container">
<div class="col">
<img src="https://s3.amazonaws.com/codecademy-content/projects/broadway/design.svg">
<h2>Design</h2>
<p>Make your projects look great and interact beautifully</p>
<a href="#" class="btn-default">Learn More</a>
</div>
<div class="col">
<img src="https://s3.amazonaws.com/codecademy-content/projects/broadway/develop.svg">
<h2>Code</h2>
<p>Use modern tools to turn your design into a web site </p>
<a class="btn-default" href="#">Learn more</a>
</div>
<div class="col">
<img src="212.png">
<h2>Discuss</h2>
<p>Get your problems into discussion with experts.</p>
<a class="btn-default" href="#">Learn more</a>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="footer">
<div class="container">
<p class="contt" style="text-align:left;">© Code<u>T</u>runk 2017<span style="float:right;"><img src="conicon.png">+91-8475960622</span></p>
<p align="right" class="cont"><img src="mail.png">[email protected]</p>
</div>
</div>
</body>
</html>