-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 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
45
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<title>Green+</title>
</head>
<body style="background-color: #ffffff;">
<img src="logo.png" style="display: block; vertical-align: middle;
margin-left: auto;
margin-right: auto;
width: 50%;">
<a target="_blank" href="https://docs.google.com/presentation/d/1PIIah1-5KPkARbUI7uoSMIYTchWE5oFjedAwLVtlxtA" style="display: block; vertical-align: middle;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 20%;">Tell me more!</a>
<img src="tree_inf.gif" style="display: block; vertical-align: middle;
margin-left: auto;
margin-right: auto;
width: 20%;">
<a target="_blank" href="https://paypal.me/pools/c/8jrc5TRHp6">
<img src="paypal.png" style="display: block; vertical-align: middle;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 5%;">
</a>
<div style="margin-left: auto; margin-right: auto; width: 300px; margin-top: 15px;">
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/greenplus-life"
data-color-scheme="no-preference: light; light: light; dark: light;" data-size="large"
data-show-count="true" aria-label="Follow @greenplus-life on GitHub">
Follow @greenplus-life
</a>
<a class="github-button" href="https://github.com/greenplus-life/app"
data-color-scheme="no-preference: light; light: light; dark: light;" data-size="large"
data-show-count="true" aria-label="Star greenplus-life/app on GitHub">Star</a>
</div>
</body>
</html>