-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (38 loc) · 1.47 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
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/mozilla/36/party-popper_1f389.png">
<title>Women in Mathematics Birthdays</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="wikidata.js"></script>
</head>
<body>
<div class="container">
<div class="row mt-3">
<div class="col">
<div class="input-group input-group-lg">
<span class="input-group-text">🎉</span>
<input type="date" class="form-control" id="datePicker">
<span class="input-group-text">🎂</span>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-md-3 g-3 mt-3" id="cardHolder"></div>
<div class="row mt-3">
<div class="col">
<p class="text-center">
Inspired by <a href="https://twitter.com/monsoon0/status/1290580248212299778">this Twitter thread</a>
</p>
</div>
</div>
<div class="row text-center mt-3">
<div class="col">
<img class="img-fluid" style="max-height: 64px;" src="https://upload.wikimedia.org/wikipedia/commons/3/36/Wikidata_stamp_rec_light.png">
<a href="https://github.com/mitchr"><img class="img-fluid" src="./ghMark.png"></a>
</div>
</div>
</div>
</body>
</html>