-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (92 loc) · 2.27 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
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url("https://wallpaperaccess.com/full/2454628.png");
resize: both;
}
h1 {
color: white;
text-align: center;
font-family: Copperplate Gothic;
font-size: 100px;
}
p.helo{
font-size: 15px;
font-family: Courier New;
}
p.end{
color:white;
text-align: center;
font-family:Courier New;
font-size:15px;
}
p {
font-family: Lucida Bright;
font-size: 30px;
color:white;
}
img.dp{
display: block;
height: 295px;
width: 295px;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
}
img.w{
display: block;
height: 50px;
width: 50px;
margin-left: auto;
margin-right: auto;
}
button {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
font-family: Consolas;
margin: 4px 2px;
cursor: pointer;
}
</style>
</style>
</head>
<body>
<script src="./removeBanner.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<p class="helo">❌Landscape view recommended</p>
<h1><i class="material-icons" style="font-size:80px;color:lightblue;">fingerprint</i>Hi, I'm Alan</h1>
<img class="dp" src="./pic.jpg" alt="Trulli" >
<center><p>I'm a learning enthusiast📚, with the thirst to learn
</br>EVERYTHING. Interested in
</br>both software and hardware🛠 so i chose ECE, cause
</br>Heyy! There's FREECODECAMP🔥
</br>I'm intermediate level in Python🐍 and MySQL🐬.
</p></center>
<center>
<button onclick="window.location.href='https://youtu.be/dQw4w9WgXcQ';">
YouTube
</button>
<button onclick="window.location.href='https://www.instagram.com/_alan_biju/?utm_medium=copy_link';">
Instagram
</button>
<button onclick="window.location.href='https://www.linkedin.com/in/alan-biju-4a4361223';">
LinkdIN
</button>
<button onclick="window.location.href='https://github.com/a-1an';">
GitHub
</button>
</center>
</br>
</br>
<p class="end">All Credits</p>
<img class="w" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/W3Schools_logo.svg/2175px-W3Schools_logo.svg.png" alt="logo">
</body>
</html>