-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (58 loc) · 3.08 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
<!DOCTYPE html>
<html>
<head>
<title>Ethan Campbell</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<style>
* {
text-align: center;
font-family: 'Lato', sans-serif;
}
body {
background-color: #bca8ff;
}
h1 {
color: blue;
font-family: 'Lato', sans-serif;
}
p {
font-family: 'Lato', sans-serif;
}
h2 {
color: #7742f4;
}
a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
</style>
</head>
<body>
<p><i>If I were a Powerpoint effect, I would be "fade in".</i></p>
<img src="https://cdn.discordapp.com/attachments/258727698074042369/299772984930074624/minibanner.png" height="150" width="575">
<h1>Hi, I'm Ethan</h1>
<h2>I have a bit of a shticky situation.</h2>
<p>I'm known by many as the Quoran who started the Consiglio Devastations blog in late 2016.</p>
<p>Also, Consiglio Devastations' head software developer.</p>
<p>Or person in charge of Consiglio Devastation's YouTube channel.</p>
<p>Basically, I have a Consiglio Devastations schtick. For more detail as to what that is, click on the image below.</p>
<a href="https://consdeva.quora.com/A-History-Lesson-for-ConsDeva-Newcomers"><img src="https://cdn.discordapp.com/attachments/258727698074042369/299777344288063488/cdlogofinalgradient_-_Copy_copy.png" height="75" width="75"></a>
<h2>About me.</h2>
<p>Let's get the basics out of the way. I'm part student, part wannabe YouTuber, part web developer, and 100% Quoran (most of the time).</p>
<h2>My Projects:</h2>
<p>My various projects include Consiglio Devastations (see above), and minimalist vector art.</p>
<img src="https://cdn.discordapp.com/attachments/258435896645386250/299947718057525248/EthanCampbellVector.png" height="265" width="200">
<p><i>Myself</i></p>
<img src="https://cdn.discordapp.com/attachments/258435896645386250/299952012663980033/DaveConsiglioVector.png" height="200" width="200">
<p><i>Consiglio</i></p>
<h2>Where you can find me:</h2>
<p>My most used social media outlet is Quora, which can be found <a href="https://www.quora.com/profile/Ethan-Campbell-17">here</a>.</p>
<p>I'm also avalible on Google+ (<a href="https://plus.google.com/102310517169993252274">here.</a>) and YouTube (<a href="https://www.youtube.com/channel/UCnSmSvDQK7xc7CQn5s-9XtQ">here</a>).</p>
<p>On April 2nd, I deactivated my Quora account. It was getting in the way of schoolwork, and I don't think I can take any more distractions. I'll be back by July.</p>
<p>Oh, and of course, I have this.</p>
<iframe src="https://discordapp.com/widget?id=306277558364798980&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
</body>
</html>