-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (53 loc) · 2.11 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
<!doctype html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Big Shoulders Display' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Serial Experiment Lain</title>
<style>
</style>
</head>
<body>
<a href = "http://www.github.com/darienesf">
<img src = "banner.png">
</a>
<div>
<p>
<a href="https://www.github.com/darienesf" target="blank" >
<img src="img/pfp.jpg" style="border-radius: 60%; width:60px; size: 100px;">
</a>
<a href = "showcase.html"> <img src= "camVec.jpg" style="border-radius:60%; margin-bottom: 0; width: 5%; height: 5%;"> </a>
<a href = "https://www.discordapp.com/users/314824720254238731"> <img src="discordIcon.jpg" style="width: 3.5%; height: 3.5%;"></a>
<a href = "https://www.discord.gg/ugTtWWZ"> <img src= "discordGem.jpg" style= "padding-left: 20px; padding-bottom: 5px; width:2%; height:2%;"></img> </a>
</p>
</div>
<p>
<a href = "#">
<img src = "banner.jpg" style="height: 720px; width: 100%;">
</a>
</p>
<div>
<br> <h3> About Me </h3>
<p id= "aboutMe1";>
I am a well known computer nerd / tech-wiz among my circle of connections. <br>
<br> As an alumni from a technological High School I contain many years of experience in technology & the IoT (Internet of Things) spectrum. <br>
<br> I can accelerate your machine's performance, purge your system of viruses & remove unnecessary files. <br>
<br> If you have any issue with your devices or software then just contact me,
and we can negotiate the appropriate service, custom-tailored to fit your specific needs!
</p>
</div>
<div>
<p>
<ul style="list-style:none;">
<br> <h3> Languages </h3>
<li> Spanish (Español) - Native/Bilingual </li>
<li> English - Fluent </li>
<li> French (Français) - Conversational </li>
<li> Italian (Italiano) - Conversational </li>
<li> Japanese (日本語 (にほんご/にっぽんご)) - Basic </li>
</ul>
</p>
</div>
</body>
</html>