-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathidea.html
52 lines (50 loc) · 3.12 KB
/
idea.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="desciption" content="View and share project ideas in our community - Facebook Developer Circles: Vellore. Our aim is to help and promote developers in our community">
<meta property="og:image" content="https://fdc-vellore.github.io/project-ideas-frontend/media/share-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:description" content="View and share project ideas in our community - Facebook Developer Circles: Vellore. Our aim is to help and promote developers in our community">
<meta property="og:title" content="Facebook Developer Circles: Vellore - Project Ideas">
<meta property="og:type" content="website">
<meta property="og:site_name" content="FDC Vellore - Project Ideas">
<meta name="twitter:title" content="Facebook Developer Circles: Vellore - Project Ideas">
<link rel="shortcut icon" href="media/fb-favicon.ico" type="image/x-icon">
<title>FDC Vellore - Project Ideas</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="styles/ideastyle.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</head>
<body>
<!-- navbar starts -->
<nav class="navbar fixed-top navbar-expand-md navbar-light bg-light">
<nav class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="media/FDC_Logo-Lined.png" alt="FDC lined logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<div class="dropdown-divider"></div>
<li class="nav-item ml-auto"><a class="nav-link" href="submit.html">Submit Idea</a></li>
</ul>
</div>
</nav>
</nav>
<!-- navbar ends -->
<div class="container-fluid content">
<div class="loader"><img src="media/Ripple.gif" alt="Preloader"></div>
<!-- inserted data goes here -->
</div>
<script src="scripts/ideaDisplay.js"></script>
</body>
</html>