-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemisha.html
40 lines (28 loc) · 1.79 KB
/
emisha.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Famoron</title>
</head>
<body>
<div id="header">
<div id="logo">
<img src="famoron.PNG" height="100px" width="350px"/>
</div>
<ul id="navbar">
<li><a href="#">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="#">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="hero">
<h2>We create!</h2>
<a class="typeform-share button" href="https://souravnanda.typeform.com/to/UnfBIO" data-mode="popup" style="display:inline-block;text-decoration:none;background-color:green;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:5px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Join Now!</a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
</div>
<div class="container">
<footer> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC Attribution 4.0 International License</a>.</footer>
</div>
</body>
</html>