Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ft UI my branch #6

Merged
merged 2 commits into from
Mar 26, 2024
Merged
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
30 changes: 27 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,18 +465,22 @@ header h1{
height: fit-content;
top: 20%;
padding: 0;
left: 0;
width: 100%;
display: none;
}
.single img{
float:initial;
width: 20%;
width: 30%;
margin: 2%;
margin-left: 10%;
}
.single p{
padding: 2%;
margin-left: 10%;
margin-right: 10%;
}
.single h3{
margin-left: 20%;
color: yellow;
}
.single header{
Expand Down Expand Up @@ -761,9 +765,29 @@ margin: 2%;
position:absolute;
background-color: #1e1e1e;
height: fit-content;
top: 0;
top: 2;
padding: 0;
width: 100%;
display: none;
}
.single img{
float: none;
width: 100%;
margin: 0;
}
.comment-area button{
width: 50%;
margin-left: 20%;
font-size: medium;
}
.comment-area input{
width: 100%;
margin: 0;
padding: 0;
}
.comment-area textarea{
width: 100%;
margin: 0;
padding: 0;
}
}
Binary file added images/Capture-LinkedIn.JPG
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 images/Capture-teitter.JPG
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 images/linked in log.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions local.storage/blogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ for(let i = 0;i < dataFromLocalStorage.length;i++){
comment.src = "../images/comment.JPG";
const likeNumber = document.createElement('p');
const commentNumber = document.createElement('p');
let likeNo = document.createTextNode('12');
let comentNo = document.createTextNode('20');
let likeNo = document.createTextNode(0);
let comentNo = document.createTextNode(0);
like_coment.appendChild(likeNumber);
like_coment.appendChild(like);
likeNumber.appendChild(likeNo);
Expand Down
6 changes: 3 additions & 3 deletions pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2>I'M <label id="my-name">NIYONKURU BERTIN </label><br>A UXUI DESIGNER</h2>
<footer class="footerSection">
<div id="footernav" class="footernav">
<div id="fb"><img src="../images/fb.JPG" alt="Facebook"><a href="https://www.facebook.com/profile.php?id=100089600803420">Facebook</a></div>
<div id="in"><img src="../images/in.JPG" alt="Linked In"><a href="https://www.linkedin.com/in/niyonkuru-bertin-35438a240/">Linked In</a></div>
<div id="twitter"><img src="../images/twitter.JPG" alt="twitter"><a href="https://twitter.com/NiyonkuruBertin">Twitter</a></div>
<div id="in"><img src="../images/linked in log.JPG" alt="Linked In"><a href="https://www.linkedin.com/in/niyonkuru-bertin-35438a240/">Linked In</a></div>
<div id="twitter"><img src="../images/Capture-teitter.JPG" alt="twitter"><a href="https://twitter.com/NiyonkuruBertin">Twitter</a></div>
</div>
</footer>
<div class="service" id="service">
Expand Down Expand Up @@ -239,7 +239,7 @@ <h4>Adress</h4>
<div class="single" id="single">
<header id="head" style="border-bottom: 1px yellow solid;">
<h1 class="logo">Niyonkuru<span id="bullet">.</span></h1>
<img src="../images/menu.jpeg" alt="menu image" id="menuIcon">
<button type="button" id="menuIcon" onclick="closing()">×</button>
<ul id="link">
<li><a href="#service"></a></li>
<li><a href="#portfolio"></a></li>
Expand Down