-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhackerrank.php
56 lines (55 loc) · 2.8 KB
/
hackerrank.php
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
<?php
session_start();
?>
<!DocType html>
<html>
<head>
<title>Hackerrank</title>
<link rel="icon" href="louis.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="description" content="This is a website about me Louis Radek and my programming projects">
<meta name="author" content="Louis Radek">
<link rel="stylesheet" href="style.css">
</head>
<body>
<?php
include_once 'navbar.php';
?>
<main>
<div class="wave1"></div>
<section class="sec" id="hac">
<h1>Hackerrank</h1>
<p>
<a target="_blank" href="https://www.hackerrank.com">Hackerrank</a>
is a website where you can improve your coding skills in different languages. It also helps you to get better in problem solving with high complex challenges.
You can also get certified and compete with other programmers.
I started with Hackerrank in February 2022 and really enjoy it because in every challenge you have a clear goal. It gave me the opportunity to improve at coding with the providing of a lot of challenges.
Among all other languages, I started with Java because it is a static and object oriented language.
After Java, I started with the problem-solving tasks, learning more about algorithms and Data structures.
Then I continued with web development and learned JavaScript, by solving challenges on Hackerrank.
I look forward to learning more about Data bases, Python and C/C++.
<br>My Profile: <a target="_blank" href="https://www.hackerrank.com/radek_louis">radek_louis</a>
</p>
</section>
<div class="wave2"></div>
<div class="wave3"></div>
<section class="sec">
<h1>Badges</h1>
I have earned a five-star in Java, SQL and Javascript and three-star in problem solving on hackerrank.
<img class="cha" src="pictures/badges.png">
</section>
<div class="wave4"></div>
<div class="wave5"></div>
<section class="sec" id="problem">
<h1>Certificates</h1>
<div>
I have earned certificates for Java, Javascript, SQL and CSS in diffrent levels of difficulty. You can see the hole certificates on my
<a target="_blank" href="https://www.hackerrank.com/radek_louis">Profile</a>.
</div>
<img class="cha2" src="pictures/certies.png">
</section>
<div class="wave6"></div>
</main>
</body>
</html>