-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (87 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
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
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AstroDev | Website</title>
<link rel="icon" type="image/jpg" href="src/img/astrodevpic.jpg" />
<!-- Custom Styles -->
<link rel="stylesheet" href="style.css" />
<meta title="title" content="AstroDev | Website" />
<meta
title="description"
content="Hi, I'm AstroDev. I'm a BackEnd Developer..."
/>
<meta property="og:title" content="AstroDev | Website" />
<meta
property="og:description"
content="Hi, I'm AstroDev. I'm a BackEnd Developer..."
/>
<meta
property="og:image"
content="https://astrodev07.github.io/src/img/astrodevpic.jpg"
/>
</head>
<body class="dark-mode">
<header class="main-header center-text">
<hgroup>
<h1>👋Hi, I'm Diego☄️</h1>
<h2>I'm a Web Developer...</h2>
</hgroup>
</header>
<div class="my-description">
<b>Short Description:</b><br />
Self-taught Developer 💻<br />
Cuban🇨🇺<br />
Linux User🐧
</div>
<div class="my-links content-space">
<h3>My Links:</h3>
<div class="telegram" id="degcodechannel">DegCode's Telegram</div>
<div class="twitterx" id="twitterlink">Twitter(X)</div>
<div class="instagram" id="instagram">Instagram</div>
<div class="twitterx" id="devto">Dev.to</div>
<div class="github" id="mygithub">GitHub</div>
<div class="youtube" id="ytchannel">YouTube</div>
<div class="email" id="emailink">Email</div>
</div>
<div class="motivationalQuote content-space" id="motivationalQuote">
</div>
<div class="content-space">
<h3>More About Me:</h3>
<p>
<b>I'm a young Cuban 🇨🇺, and a big fan of Technology.</b> When I was 13,
I started learning to code, being HTML my first stop. 2 years later,
<i>I decided that the Design and the FrontEnd was not for me, so I
started learning BackEnd.</i>
</p>
<p>
From the beginning to the actuality, I fell in love with JavaScript,
being this one my favorite language.
<mark>I learned Node.js and Express for develop my BackEnd skills.</mark>
</p>
</div>
<div class="content-space">
<h3>My Skills:</h3>
HTML
<progress min="0" max="100" value="100"></progress>
CSS
<progress min="0" max="100" value="60"></progress>
JavaScript
<progress min="0" max="100" value="80"></progress>
Express
<progress min="0" max="100" value="75"></progress>
SQL
<progress min="0" max="100" value="60"></progress>
Git
<progress min="0" max="100" value="65"></progress>
</div>
<footer class="center-text footer">
<span id="footer-text"></span>
</footer>
<div class="float-btn-right" id="change-mode">White Mode</div>
<script src="motivationalQuotes.js"></script>
<script src="main.js"></script>
</body>
</html>