-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeature.html
More file actions
40 lines (31 loc) · 1.26 KB
/
Copy pathfeature.html
File metadata and controls
40 lines (31 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project FDP</title>
<meta name="description" content="project_detail">
<meta name="author" content="shauryamanhar">
<link href="main.css" rel="stylesheet">
<head>
</head>
<body>
<ul class="topnav">
<li><a class="active" href="#home">Home</a></li>
<li><a href="#news">Find</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#about">About</a></li>
<li style="float:right;padding-right:10px" ><a class="signup" href="index.html">Sign up</a></li>
<li style="float:right;padding-right:10px" ><a class="signin" href="loginpage.html">Sign in</a></li>
<!--<li style="float:right;padding-right:10px" ><a class="active" href="#about">Signssss in</a></li>-->
</ul>
<div class="container">
<div class="card transition">
<h2 class="transition">Awesome Headline</h2>
<p>Aenean lacinia bibendum nulla sed consectetur. Donec ullamcorper nulla non metus auctor fringilla.</p>
<div class="cta-container transition"><a href="#" class="cta">Call to action</a></div>
<div class="card_circle transition"></div>
</div>
</div> <!-- /form -->
<div>
</body>
</html>