-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (55 loc) · 3.91 KB
/
index.html
File metadata and controls
59 lines (55 loc) · 3.91 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" type='text/css' href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css" />
<link rel="stylesheet" href="css/style.css">
<title>Nabil's website</title>
</head>
<body>
<header>
<i class="devicon-mysql-original fa-2x white"></i>
<h2>Nabil Ramadan</h2>
<p>Montreal, Canada.</p>
<a href="#"><i class="fab fa-linkedin white"></i></a>
<a href="https://github.com/Nabil-Rn"><i class="fab fa-github white"></i></a>
</header>
<div class="grid-2">
<div class="section-1">
<h2>About </h2>
<p>I'm a Vanier student studying computer science technology. I'm excited to learn new things and create cool projects.</p>
<br><br>
<h2>Skills</h2>
<p> Java <i class="devicon-java-plain fa-2x white"></i> C# <i class="devicon-csharp-plain fa-2x white"></i> PHP <i class="devicon-php-plain fa-2x white"></i> Python <i class="fab fa-python fa-2x white"></i> </p>
<p> Flutter <i class="devicon-flutter-plain fa-2x white"></i> SQL <i class="devicon-azuresqldatabase-plain fa-2x white"></i> MySql <i class="devicon-mysql-plain-wordmark fa-2x white"></i> Firebase <i class="devicon-firebase-plain fa-2x white"></i> </p>
<p> HTML <i class="fab fa-html5 fa-2x white"></i> JavaScript <i class="fab fa-js fa-2x white"></i> jQuery <i class="devicon-jquery-plain-wordmark fa-2x white"></i></p>
<br><br>
<h2>Tools/Software</h2>
<p> Figma <i class="devicon-figma-plain fa-2x white"></i> Docker <i class="fab fa-docker fa-2x white"></i> Trello <i class="fab fa-trello fa-2x white"></i> </p>
<br><br>
<h2>Languages/Tools I'm learning</h2>
<p>Blender <i class="devicon-blender-original fa-2x white"></i> Arduino <i class="devicon-arduino-plain-wordmark fa-2x white"></i> Debian <i class="devicon-debian-plain-wordmark fa-2x white"></i> </p>
</div>
<div class="section-2">
<h2>Projects</h2>
<a href="https://github.com/Nabil-Rn/Beware-Of-The-Wolf">Beware Of The Wolf <i class="devicon-java-plain"></i></a>
<p>My first project was making a game using java, My team and I learned working together as a team and used our knowledge in Java to create our first game.</p>
<p>You can view it on github Or you can download it <a href="https://www.greenfoot.org/scenarios/29491">here</a></p>
<br>
<a href="https://github.com/simonmenard1738/LinguaLearn/tree/main">Language Learning Application <i class="devicon-csharp-plain"></i></a>
<p>Simple but useful C# Form Application for learning Language by doing quizzes and listening</p>
<br>
<a href="https://github.com/simonmenard1738/bigtodo">bigtodo Android Application <i class="devicon-flutter-plain"></i></a>
<p>My teammate has suggested a to-do list to learn more about APIs </p>
<p>In this Application, you can create your own list of Books, Movies and songs to set what to do or even archive what you've watched </p>
<h2>Hackathons</h2>
<a href="https://github.com/Nabil-Rn/Ethically_Sourced">Ethically Sourced</a>
<p>At Bell's Hackathon, my team and I brainstormed ideas for security and we came up with firefox plug-in to protect you from malicious websites</p>
<p>and to refer you to the closet safe website if you went to a fishing website</p>
</div>
</div>
<footer><h2>Contact</h2> <p>nabilr619@gmail.com</p></footer>
</body>
</html>