-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (134 loc) · 5.5 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!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.0">
<link rel="stylesheet" href="css/index_css.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" href="img/newlogo.png" type="image/x-icon">
<title>Home</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="html/contacto.html">Contact{}</a></li>
<li><a href="html/proyects.html">Proyects{}</a></li>
<li><a href="#" style="color:#42C920">Home{}</a></li>
</ul>
</nav>
</header>
<div class="portada">
<div class="texto">
Aris Maximilian Kuhs
</div>
</div>
<div class="container1">
<div class="box1">
<h1>About</h1>
</div>
</div>
<div class="container2">
<p class="about"><about></p>
<div class="box2">
<h1>I´m...</h1>
</div>
<div class="main_container">
<div class="box_container">
<div class="box3">
<h1>Developer</h1> <br>
<p>As a web application developer with 1 year of experience, I have created and maintained dynamic and interactive websites using languages such as HTML, CSS, and JavaScript.
I have worked with databases and version control tools such as Git, and have skills in teamwork and problem-solving.
I am always looking for new challenges to continue learning and growing as a developer.</p>
</div>
<div class="box3">
<h1>Student</h1>
<p> I am an outstanding student with a grade point average of 9.9 in a middle degree and currently pursuing a higher degree with an average of 9 in most subjects. I have skills in teamwork, communication, and problem-solving, and I am always seeking new opportunities to learn and challenge myself.</p>
</div>
<div class="box3">
<h1>Security Expert</h1>
<p>I have an interest in cybersecurity and have basic knowledge of ethical hacking thanks to courses I have taken on my own. I like to stay up to date on the latest trends in information security and am committed to the ethical use of my skills to protect systems and data.
I am excited to explore new opportunities in cybersecurity and apply my skills in a professional setting.</p>
</div>
</div>
</div>
<p class="about"></about></p>
</div>
<div class="container3">
<div class="box">
<h1>Why this theme?</h1>
</div>
</div>
<div class="container4">
<div class="box6">
<p class="why" style="font-size: 3rem; opacity: 0.3;"><why?></p>
<h1>Space and Future</h1>
<p>I'm passionate about space and technology, and have combined my passion with my web development skills.
I've created online projects related to space and always seek creative solutions in my work as a developer.
I'm excited to explore new opportunities in this field.</p>
<p class="why" style="font-size: 3rem; opacity: 0.3;"></why?></p>
</div>
<div class="box7">
</div>
</div>
<div class="container5">
<div class="box">
<h1>Skills</h1>
</div>
</div>
<div class="container6">
<p><skills></p>
<div class="container6_box">
<div class="skills">
<h1>HTML</h1>
</div>
<div class="skills">
<h1>CSS</h1>
</div>
<div class="skills">
<h1>GIT</h1>
</div>
<div class="skills">
<h1>JAVA</h1>
</div>
<div class="skills">
<h1>MySQL</h1>
</div>
<div class="skills">
<h1>JS</h1>
</div>
<div class="skills">
<h1>WP</h1>
</div>
</div>
<p></skills></p>
</div>
<footer>
<div class="container7">
<div class="parte1">
</div>
<div class="parte2">
<h1>Follow Me</h1>
<div class="Linkedin">
<a href="https://www.linkedin.com/in/aris-maximilian-kuhs-00b921250/" class="fa fa-linkedin"></a>
</div>
<div class="facebook">
<a href="https://www.facebook.com/aris.kuhs" class="fa fa-facebook"></a>
</div>
<div class="insta">
<a href="https://www.instagram.com/aristex12/" class="fa fa-instagram"></a>
</div>
<div class="github">
<a href="https://github.com/Aristex12" class="fa fa-github"></a>
</div>
</div>
<div class="parte3">
</div>
</div>
</footer>
</body>
</html>