-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (41 loc) · 1.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Milap's Open Source Contribution</title>
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond:700i|Fira+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="style.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<script type="text/javascript" src="germainapm-uxmonitoring-loader.js"></script>
</head>
<body>
<section class="section">
<div class="columns">
<div class="column has-text-centered">
<h1 class="title">Milap's Open Source Contribution</h1>
</div>
</div>
<div class="container">
<div class="list is-hoverable">
<a class="list-item" href="https://wordpress.org/plugins/facebook-pagelike-widget/" target="_blank" title="View Facebook Page Feeds Widget for WordPress">
1. Facebook Page Feeds Widget for WordPress.
</a>
<a class="list-item" href="https://milap.github.io/tadpole/index.html" target="_blank" title="View Responsive HTML Template">
2. Tadpole Responsive One Page HTML template.
</a>
<a class="list-item" href="https://milap.github.io/bulma-teaser/index.html" target="_blank" title="View Bulma Teaser Demo">
3. Bulma Teaser Component.
</a>
<a class="list-item" href="https://patelmilap.wordpress.com/" target="_blank" title="View Milap' Blog">
4. Blog
</a>
<a class="list-item" href="https://stackoverflow.com/users/904874/milap" target="_blank" title="View Milap's Stackoverflow Profile">
5. Stackoverflow Profile
</a>
</div>
</div>
</section>
</body>
</html>