Hello, I’m Edison
28 |29 | I’m working on a professional, visually sophisticated and 30 | technologically proficient, responsive and multi-functional Web 31 | Components. 32 |
33 | Download CV 34 |├── README.md ├── img ├── bg13.jpg ├── fav.png ├── index.PNG ├── me.jpeg ├── meuh.jpeg ├── blacpic.jpg └── favicon.jpeg ├── js ├── print.js └── contact.js ├── pages ├── loyaut.html ├── login.html ├── contact.html ├── about.html ├── service.html └── resume.html ├── css ├── loyaut.css ├── services.css ├── portifolio.css ├── login.css ├── contact.css ├── resume.css └── about.css └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # code-with-Edison 2 | my official personal portifolio website 3 | -------------------------------------------------------------------------------- /img/bg13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeWithEdison/code-with-Edison/HEAD/img/bg13.jpg -------------------------------------------------------------------------------- /img/fav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeWithEdison/code-with-Edison/HEAD/img/fav.png -------------------------------------------------------------------------------- /img/index.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeWithEdison/code-with-Edison/HEAD/img/index.PNG -------------------------------------------------------------------------------- /img/me.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeWithEdison/code-with-Edison/HEAD/img/me.jpeg -------------------------------------------------------------------------------- /img/meuh.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeWithEdison/code-with-Edison/HEAD/img/meuh.jpeg -------------------------------------------------------------------------------- /img/blacpic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeWithEdison/code-with-Edison/HEAD/img/blacpic.jpg -------------------------------------------------------------------------------- /img/favicon.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeWithEdison/code-with-Edison/HEAD/img/favicon.jpeg -------------------------------------------------------------------------------- /js/print.js: -------------------------------------------------------------------------------- 1 | window.jsPDF = window.jspdf.jsPDF; 2 | var docPDF = jspdf(); 3 | function print(){ 4 | var elementHTML = 5 | document.querySelector("#printResume") 6 | docPDF 7 | } -------------------------------------------------------------------------------- /pages/loyaut.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /css/loyaut.css: -------------------------------------------------------------------------------- 1 | .nav { 2 | height: ; 3 | display: inline-block; 4 | justify-content: left; 5 | padding: 10px 0px; 6 | margin-top: 0px; 7 | font-size: 20px; 8 | } 9 | 10 | .nav ul li { 11 | list-style: none; 12 | display: inline-block; 13 | padding: 10px 20px; 14 | } 15 | .nav ul li a { 16 | text-decoration: none; 17 | color: #1d1d24; 18 | position: relative; 19 | padding: 5px 0; 20 | } 21 | .nav ul li a:hover { 22 | color: #fd4766; 23 | } 24 | .nav ul li a:after { 25 | content: ""; 26 | position: absolute; 27 | left: 0; 28 | width: 0; 29 | height: 3px; 30 | background: #fd4766; 31 | transition: 0.3s; 32 | bottom: 0; 33 | } 34 | .nav ul li a:hover:after { 35 | width: 100%; 36 | } -------------------------------------------------------------------------------- /js/contact.js: -------------------------------------------------------------------------------- 1 | function contactMe(){ 2 | var result = true; 3 | var name = document.getElementById("name").value; 4 | var email = document.getElementById("mail").value; 5 | var phone = document.getElementById("phone").value; 6 | var message = document.getElementById("query").value; 7 | if(name = ""){ 8 | alert("name missing!"); 9 | result = false; 10 | } 11 | if(email = ""){ 12 | alert("email missing!!"); 13 | result = false; 14 | } 15 | if(phone = ""){ 16 | alert("phone is missing!"); 17 | result = false; 18 | } 19 | var atpas; 20 | if(email != "") 21 | atpas = email.indexof("@"); 22 | else 23 | atpas = -1; 24 | if(atpas < 0){ 25 | alert("email adress is incorrect!"); 26 | result = false; 27 | } 28 | return result; 29 | 30 | } -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |29 | I’m working on a professional, visually sophisticated and 30 | technologically proficient, responsive and multi-functional Web 31 | Components. 32 |
33 | Download CV 34 |You will hear from Me at the earliest!
19 | 45 |You can also contact Me at +250-788-240-303
46 |
24 | Hi, I’m Edison UWIHANGANYE! I'm a web developer. 54 | I study computer science in University of Rwanda. 55 | In a nutshell, I create system that help organizations 56 | address business challenges and meet their needs. 57 | I manage everything from website navigation 58 | and layout to a company's web hosting and 59 | security architecture. 60 | My expertise lies within front-end web apps, 61 | and the main languages in my tech stack are JavaScript, 62 | React,PHP and of course HTML/CSS. 63 | I’m a lifelong learner and love to read and swim
64 |33 | We help personal and big company to develop their 34 | reponsive and morden website ad we have experience in this field. 35 |
36 |45 | our passion in to centerlize all everything of our level. 46 | we help to develop many applications of user choice. 47 |
48 |57 | personal and company need to have their logo. 58 | we are expert in this field so hiring us if you need it. 59 |
60 |69 | we are here to help you to create and write 70 | content of given certain thing. 71 |
72 |81 | 82 |
we can help you analyse and make report of your 83 | software that can be easy to present to your customer. 84 |93 | we can help you to make documentation of 94 | softaware to help user to get information about software. 95 |
96 |
20 | My name is Edison UWIHANGANYE and I am computer science student in UNIVERSITY OF RWANDA.
25 | 26 |English
28 | 29 |French
30 | 31 |Swahili
32 | 33 |kinyarwanda
34 | 35 | 36 |HTML
CSS
MYSQL
JAVASCRIPT
REACT
PHP
COMPUTER SCIENCE STUDENT
123 | 124 |2019
130 | GS MARIE REINE DE CONGO-NIL 131 |Student
134 | I create website of school that hold all imformation of students and workers . 135 |2022
140 | UNIVERSITY OF RWANDA 141 |Student
144 | I created system that help organizations adress business challenges and 145 | meet their needs. 146 |2018-2021
166 | GS MARIE REINNE DE CONGO-NIL 167 |Mathematics Economics and computer-science
170 | My web developer career started in secondary school in 2018 at GS Congo-nil. 171 |2022-2026
176 | UNIVERSITY OF RWANDA 177 |Computer-science
180 | I study bachlors of science witH honor of computer science in university of Rwanda . 181 |