forked from Puja-Saraf/SheHacks_Team-015
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
33 lines (29 loc) · 1.18 KB
/
blog.html
File metadata and controls
33 lines (29 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connect with her!</title>
<link rel="stylesheet" href="blog.css">
<link href="https://fonts.googleapis.com/css2?family=Merienda+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="alli">
<p class="hd"><img src="images\Logo.jpg" style="width:44px"><strong>She<span class="uni">Care</strong></span></p>
</div>
<br>
<br><br><br>
<div class="sx">
<div>Share your story with us</div>
<div>"Everyone's Story Matters"</div>
</div>
<br>
<br>
<br>
<br><br><br>
<label class="hm">Write your story here</label>
<div class="fb-comments" data-href="https://puja-saraf.github.io/SheHacks_Team-015/blog.html" data-width="100%" data-numposts=""></div>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v10.0" nonce="0iKHLobt"></script>
</body>
</html>