-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (87 loc) · 5.31 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
<!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">
<title>Gisele's Portfolio</title>
<link rel="stylesheet" href="portfolio.css">
<link rel="icon" type="image/icon-x" href="Logo.png">
<style>
body{
background-color: rgb(33, 26, 26);
}
</style>
</head>
<body>
<script>
function myFunction(){
document.getElementById('myButton').onclick=function(){
location.href="subscribe.html";
}
}
</script>
<section class="preferences">
<button class="sub" id="myButton" onclick="myFunction()">Subscribe</button>
</section>
<p class="head"> MIGISHA AKUZWE Gisele</p>
<header>
<div class="cent">
<button class="gihub"> <a href="https://github.com/Gisele-123"><img src="github.png" alt="L" width="20" height="20">GitHub</a> </button> <br><p></p><br>
<button class="Email"> <a href="https://mail.google.com/mail/u/0/?tab=rm&ogbl#search/giselemigisha53%40gmail.com?compose=new"><img src="gmail.jpg" alt="L" width="20" height="20">Email</a> </button> <br><p></p>
<button class="LinkedIn"> <a href="ttps://www.linkedin.com/search/results/all/?heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAAD8K48QBzJzxWK9f8gpKk7NzHusokv6qVIY&keywords=migisha%20akuzwe%20g.&origin=RICH_QUERY_SUGGESTION&position=0&searchId=b537e834-aaf8-4d25-b162-cf2a77e393f1&sid=%40wd"><img src="linkedin.png" alt="L" width="20" height="20">LinkedIn</a> </button> <br><p></p><br>
<button class="Twitter"> <a href="https://twitter.com/GiseleAkuzwe1"> <img src="tweet.jpg" alt="L" width="20" height="20"> Twitter</a> </button><br><p></p><br>
<img src="el.png" alt="me"> <br> <br> <br>
</div>
<br><br><br>
<br> <br>
<h1 class="title">About me</h1> <br>
<div>
<p class="left">I started programming at age of 12 with fundamentals of Html <br>
but i stopped because I didn't get the follow up and I was not <br>
taking programming as my course but I stood up again after 3 years <br>
when I got enrolled in Rwanda Coding Academy which were my dreams ...<br>
</p>
</div>
<h3 class="more">Learn more about me🔽</h3>
</header>
<section class="sect">
<h1>Biography</h1>
<p class="skills">
I'm a software programming student at Rwanda Coding Academy who is willing<br>
to become a front-end web programmer. Actually, at the beginning I wanted <br>
to become a game developer and i have tried to make games like <a href=" https://gisele-123.github.io/Tic-tac-toe/">Tic-tac-toe</a><br>
but I have read an article which made me change my mind and now i have seen<br>
my passion directing me to web programming and I will be taking game designing<br>
in my spare time.Basically, I started programming when I was 12, tinkering with<br>
very simple website, It was really cool as it had been my long dreams to become<br>
a game developer and i spent many hours of childhood lost in this game world by<br>
watching movies which most of the times inspired me and made me love game development<br>
much. At the age of 15, after getting enrolled in Rwanda Coding Academy I got chance<br>
to know what difference is between WEB DEVELOPMENT and GAME DEVELOPMENT where I ended<br>
up choosing Web developement other than game developement with a target of developing<br>
cross-platform mobile and desktops apps to solve world problems.
<br><br>
In my spare time, you'll often find me trying to develop skills of game developement<br>
because I do take a course for that also but not for profession. You'll also find me<br>
watching famous web developers life, listening to songs or just planning out what's <br>
next.
<br><br>
I hope to become a front-end wed programmer but that doesnot mean that i can't try on<br>
designing and back-end but franklly I am more specialised in front-end web development.<br>
Not only being a web developer only, I also hope to become an embedded software engineer.<br>
Though it's had to combine both but I think it is better for me since I have more projects<br>
concerning embedded system but those projects won't be done professionally. Professinally<br>
I am a front-end web developer.<br><br>
</p>
<h3>Skills</h3>
<p class="skills">
Languages: JavaScript, C, PHP, HTML(markup) <br>
Tools: Git, MySQL , Visual studio code
</p>
<p class="down">I am in the process of featuring my repositories and my projects on this portfolio. For now, please refer to my <a href="https://github.com/Gisele-123">GitHub page.</a>. <br>
And my portfolio is not to be completed like this so you need to always check for updates every month </p>
</section>
<script src="portifolio.js"></script>
</body>
</html>