aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: f4c0ca03be1f20aa629affccd592ec6056091462 (plain)
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
<!doctype html>
<html>
<head>
    <title>turret!!</title>

    <meta charset="utf-8" />
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <style type="text/css">
    body {
        background-color: #f0f0f2;
        margin: 0;
        padding: 0;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        
    }
    div {
        width: 600px;
        margin: 5em auto;
        padding: 2em;
        background-color: #fdfdff;
        border-radius: 0.5em;
        box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
    }
    h1 {
    	font-style: italic;
    }
    img {
    	vertical-align: middle;
	height: 16px;
    }
    a:link, a:visited {
        color: #38488f;
        text-decoration: none;
    }
    small {
	color: #b0b0b2;
    }
    @media (max-width: 700px) {
        div {
            margin: 0 auto;
            width: auto;
        }
    }
    </style>    
</head>

<body>
<div>
    <h1>turret.'s website</h1>
    <p>Hello! There isn't much information available here. If you wanna learn more 
    about me, why don't you contact me?</p>
    <h4>socials & contacts</h4>
    <p>
    <a href="mailto:turret@turret.cyou"><img src="https://upload.wikimedia.org/wikipedia/commons/5/5c/Email.png"> - turret@turret.cyou (business)</a><br>
    <a href="mailto:turret@duck.com"><img src="https://duckduckgo.com/favicon.ico"> - turret@duck.com (misc)</a><br>
    <a href="https://github.com/turret-dev"><img src="https://github.com/favicon.ico"> - turret-dev</a><br>
    <a href="https://gitlab.com/turret3"><img src="https://gitlab.com/favicon.ico"> - turret3</a><br>
    </p>
    <h4>links & services</h4>
    <p>
    <a href="https://git.turret.cyou"><img src="https://git-scm.com/favicon.ico"> - my git server</a><br>
    </p>
    <p><small>Website source very similar to <a href="https://example.com/" style="color: #747ca1">https://example.com/</a></small></p>
</div>
</body>
</html>