-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (80 loc) · 3.32 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<html>
<head>
<title>The Bird</title>
<link href="//fonts.googleapis.com/css?family=Merriweather:700,300|Bevan" rel="stylesheet" type="text/css" />
<link href="assets/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<div class="header">
<div class="introduction">
<h1>Hello, Bevians.</h1>
<h2>We are bird, bird and bird.
<img src="assets/bird-names.png">
</h2>
</div>
</div>
<div class="content">
<div class="bird-variants">
<div>
<h3>Alex Hartstone by Cart</h3>
<a href="birds/Alex Hartstone.svg">
<img src="birds/Alex Hartstone.svg" alt="Bird for Alex Hartstone by Cart">
</a>
</div>
<div>
<h3>Joshuajbouw by Cart</h3>
<a href="birds/Joshuajbouw.svg">
<img src="birds/Joshuajbouw.svg" alt="Bird for Joshuajbouw by Cart">
</a>
</div>
<div>
<h3>MGLolenstine by Cart</h3>
<a href="birds/MGLolenstine.svg">
<img src="birds/MGLolenstine.svg" alt="Bird for MGLolenstine by Cart">
</a>
</div>
<div>
<h3>mockersf by Cart</h3>
<a href="birds/mockersf.svg">
<img src="birds/mockersf.svg" alt="Bird for mockersf by Cart">
</a>
</div>
<div>
<h3>SodaCodery by Cart</h3>
<a href="birds/SodaCodery.svg">
<img src="birds/SodaCodery.svg" alt="Bird for SodaCodery by Cart">
</a>
</div>
<div>
<h3>Hooks and Observers by Mockersf</h3>
<a href="birds/bevy-hooks-and-observers.svg">
<img src="birds/bevy-hooks-and-observers.svg" alt="Bird for Hooks and Observers by Mockersf">
</a>
</div>
</div>
<div class="related-works">
<h2>3d Models</h2>
<div class="related-works-items">
<div class="bird-variants">
<div>
<a href="https://www.cgtrader.com/free-3d-models/animals/bird/bevy-bird">
<img src="others/bevy-bird-3d-model-low-poly-obj-stl-gltf.jpg">
<p>Bevy Bird Free low-poly 3D model
</p>
</a>
</div>
</div>
</div>
</div>
<div class="license">
<p xmlns:dct="//purl.org/dc/terms/" xmlns:vcard="//www.w3.org/2001/vcard-rdf/3.0#">
<a rel="license" href="//creativecommons.org/publicdomain/zero/1.0/">
<img src="//i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0">
</a>
unless mentionned otherwise
</p>
</div>
</div>
</body>
</html>