Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Macbook pc.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ability icon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added danny px.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added iPhone...jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added iPhone1,14.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!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="style.css">

<title>Persnal Portifolio</title>
</head>
<body class="body">

<div class="navabars" id="navaba">
<div class="left">
<a href="#"><h1>Home</h1></a>
<a href="#"><h1>Profile</h1></a>
</div>
<div class="right">
<a href="#"><h1>Notifiction</h1></a>
<a href="#"><h1>Settings</h1></a>
<a href="#"><h1>Help</h1></a>
</div>
</div>



<div class="sidebar">

<img src="ability icon.jpeg" width="40px" height="40"> <a href="ability.html"><H1>ABILITY</H1></a>
<img src="skills icon.jpeg" width="40px" height="40"> <a href="skills.html"><H1>SKILLS</H1></a>


</div>

<div class="mainpage">
<div class="danny">
<img src="danny px.jpeg" width="350px" height="500px">
</div>

<div class="pragraph">
<i>Home </i>
<h4> HI THERE!</h4>
<h2>I'M A <b> WEB DESIGNER</b></h2>
<P>I'm a Rwandan based web designer & software<br>Engineer & user-friendly experiences, I'm <br>passionate about buildind execellent software that<br> improves the lives of those around me. </P>
</div>
</div>



<div class="inform">MORE ABOUT ME</div>

<div class="email"><i><b>Email:</b>ndaniel4040@gmail.com<br><b>Tel:</b>0791012866</i>
</div>

<div class="bottom">
Danny<br><br>
<p>Responsive Personal Portifolio Website using HTML,CSS &JS</p>
</div>
</div>

</body>
<script src="index.js">

</script>
</html>
24 changes: 24 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
const bod =document.querySelector("body");
console.log(bod)
let body=document.getElementById("body")
console.log(body)
let cont=document.getElementById("navaba");
// console.log(cont)
let lft=document.getElementsByClassName("left");
let rgt=document.getElementsByClassName("right");

body.addEventListener("click",function(e){

})


// let bod=document.getElementById("but");
// console.log("bod");
// let but=document.getElementById("but");
// let lft=document.getElementById("lft");
// let rgt=document.getElementById("rgt");


// but.addEventListener("click",function(e){

// })
Binary file added skills icon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
198 changes: 198 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
.navabars{
display: grid;
grid-template-columns: repeat(2, 1fr);
margin-top: 10px;
margin-left: 80px;
background-color: #126cf2;
height: 150px;
width: 1500px;
}
body{
background-color: #ece2e2;
}
.left{
margin-top: 25px;
padding-left: 10px;
grid-gap:30px;
display: grid;
grid-template-columns: repeat(2, 1fr);
color: white;
text-decoration: none;
width: 400px;
height: 5px;
}
.right{
margin-top: 25px;
margin-left: -20px;
grid-gap:30px;
display: grid;
grid-template-columns: repeat(3, 1fr);
color: white;
text-decoration: none;
width: 700px;
}

.right a{
padding-top: -10px;
text-align: center;
color: white;
text-decoration: none;
border:solid #ee7b11;
border-radius: 30px;
height: 60px;
background-color: #ee7b11;
}

.left a{

width: px;
text-align: justify;
text-align: center;
height: 20px;
color: white;
text-decoration: none;
border:solid #ee7b11;
border-radius: 30px;
height: 60px;
background-color: #ee7b11;
}
.sidebar img{
border-radius: 30px;
border:solid #ee7b11;
width: 60px;
height: 60px;
}
.sidebar{
grid-gap:100px;
margin-left: 80px;
margin-top: 200px;
}
a:hover {
visibility: hidden;
}

.sidebar a h1{

color: white;
margin-top: -70px;
text-decoration: none;
text-align: center;
border-radius: 20px;
background-color: #ee7b11;
border: solid #ee7b11;
width: 400px;
height: 60px;
}
a{
text-decoration: none;
}

/* .danny{
position:fixed;
border-radius: 20px;
background-color: black;
margin-top: -200px;
margin-left: 800px;
border: solid black;
width: 350px;
*/


.mainpage{
position: fixed;
background-color: black;
margin-top: -350px;
margin-left: 600px;
border: solid black;
width: 975px;

}

.mainpage h4{

color: white;
border: solid black;
width: 300px;
margin-left: 500px;

}

.mainpage h2{
margin-left: 400px;
color: white;
}

.mainpage p{
/* margin-top: -100px; */
margin-left: 400px;
color: white;
}

.mainpage h2 b{
color: orangered
}
.home{
/* margin-bottom: -100px; */
margin-left: 1500px;
color: white;
border: solid#bb5f0b;
width: 120px;
text-align: center;
padding-top: 10px;
border-radius: 25px;
height: 30px;
background-color:#bb5f0b;
}
.bottom{
color: orangered;
background-color: black;
margin-top: 182px;
margin-left: 599px;
padding-left: 20px;
border: solid black;
width: 956px;

}
.pragraph i{
border-radius: 5px;
background-color: #ee7b11;
color: white;
margin-left: 700px;

}
.bottom p{
color: white;
}

.pragraph{
height: 800px;
position: fixed;
margin-top: -400px;
}

.inform{
position: fixed;
padding-top:10px;
margin-top: 20px;
text-align: center;
margin-left: 1050px;
border: solid #d48f09;
width: 180px;
height: 40px;
color: white;
background-color: #d48f09;
border-radius: 30px;
}

.email{
margin-top: 100px;
position: fixed;
margin-left: 1000px;
border: solid #fcd9a5;
width: 300px;
height: 50px;
border-radius: 20px;
text-align: center;
background-color: #fcd9a5;
padding-top: 10px;
}