NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!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>Document</title>
<link rel="stylesheet" href="css/style.css">
<script src="https://kit.fontawesome.com/e7b9a72977.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="header">
<nav class="icon1">
<div class="fb-icon">
<i class="fab fa-facebook" style="font-size: 36px; color: #385898;"></i>
</div>
<div class="fb-search">
<input type="text" class="search" placeholder="Search facebook">
</div>
</nav>
<nav class="icon2">
<p><i class="fas fa-home"></i></p>
<p><i class="far fa-flag"></i></p>
<p><i class="fas fa-tv"></i></p>
<p><i class="fas fa-users"></i></p>
<p><i class="fab fa-gaming"></i></p>
</nav>
<nav class="icon3"></nav>
<div class="profile">
<img src="image/profile.jpg" alt="" class="profile-img">
<span id="name">Munkhod</span>
</div>
<div class="black">
<i class="fas fa-plus"></i>
</div>
</div>
<div class="black">
<i class="fab fa-faceboook-messenger"></i>
</div>
</div>
<div class="black">
<i class="fas fa-bell"></i>
</div>
</div>
<div class="black">
<i class="fas fa-caret-down"></i>
</div>
</nav>
</div>
<div class="content">
<div class="left">
<div class="info">
<img src="image/profile.jpg" alt="" class="profile-img"><a href="#">MunkhOD</a>
</div>
<div class="info">
<img src="image/corana.png" alt="" class="profile-img"><a href="#">COVID-19 Information Center</a>
</div>
<div class="info">
<img src="image/friends.png" alt="" class="profile-img"><a href="#">Friends</a>
</div>
<div class="info">
<img src="image/pages.png" alt="" class="profile-img"><a href="#">Pages</a>
</div>
<div class="info">
<img src="image/groups.png" alt="" class="profile-img"><a href="#">Groups</a>
</div>
<div class="info">
<img src="image/watch.png" alt="" class="profile-img"><a href="#">Watch</a>
</div>
<div class="info">
<img src="image/center.png" alt="" class="profile-img"><a href="#">Add center</a>
</div>
<div class="info">
<img src="image/manager.png" alt="" class="profile-img"><a href="#">Add manager</a>
</div>
<div class="info">
<img src="image/live.png" alt="" class="profile-img"><a href="#">Live</a>
</div>
<div class="info">
<img src="image/mess.png" alt="" class="profile-img"><a href="#">Messenger</a>
</div>
<div class="info">
<img src="image/down-chevron.png" alt="" class="profile-img"><a href="#">See more</a>
</div>
<p>Your shortcut</p>
<div class="info">
<img src="image/gal.jpg" alt="" class="profile-img"><a href="#">Гал импекс ХХК /Fire-impex LLC </a>
</div>
<div class="info">
<img src="image/gal.jpg" alt="" class="profile-img"><a href="#">Гал импекс ХХК /Fire-impex LLC </a>
</div>
<div class="info">
<img src="image/gal.jpg" alt="" class="profile-img"><a href="#">Гал импекс ХХК /Fire-impex LLC </a>
</div>
<div class="info">
<img src="image/gal.jpg" alt="" class="profile-img"><a href="#">Гал импекс ХХК /Fire-impex LLC </a>
</div>
<div class="info">
<img src="image/gal.jpg" alt="" class="profile-img"><a href="#">Гал импекс ХХК /Fire-impex LLC </a>
</div>
<div class="info">
<img src="image/gal.jpg" alt="" class="profile-img"><a href="#">Гал импекс ХХК /Fire-impex LLC </a>
</div>
</div>
<div class="center">
<div class="story">
<ul>
<li>
<div class="box"></div>
</li>
<li>
<div class="box"></div>
</li>
<li>
<div class="box"></div>
</li>
<li>
<div class="box"></div>
</li>
<li>
<div class="box"></div>
</li>
</ul>
</div>
<!-- create post -->
<div class="create-post">
<div class="input post">
<div><img src="image/profile.jpg" alt="" class="profile-img"></div>
<div><input type="text" placeholder="what's on your mind, MunkhOD"></div>
</div>
<div class="input icon">
<div class="icons"><i class="fas fa-video"></i> Live video</div>
<div class="icons"><i class="fas fa-photo-video"></i> Photo/Video</div>
<div class="icons"><i class="fas fa-laugh-beam"></i> Feeling Activity</div>
</div>
</div>

<!-- all posts -->


</div>
<div class="right">right</div>
</div>
</body>
</html>






css.....
body{
background-color: #f5f6f7;
display: flex;
flex-flow: row wrap;
justify-content: left;
}
a{
text-decoration: none;
color: #000;
}
.profile-img{
width: auto;
height: 30px;
border-radius: 50%;
margin: 10px;
}
.header{
position: fixed;
width: 100%;
height: 50px;
background-color: #fff;
top: 0%;
left: 0%;
z-index: 2;
font-family: Verdana, Geneva, Tahoma, sans-serif;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.header nav{
display: flex;
align-items: center;
justify-content: space-between;
margin: 0px 20px;
}
.header nav .fb-search .search{
margin: 0 50px 0 5px;
padding: 0 0 0 15px;
border-radius: 20px;
width: 245px;
height: 35px;
border: 0;
background-color: #f5f5f5;
}
.icon2 i{
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 15px;
padding: 12px;
margin: 2px;
}
.icon2 i:hover{
background-color: #eeecec;
border-radius: 2px;
}

/*icon3*/

.icon3 .profile{
display: flex;justify-content: center;
align-items: center;
margin-right: 10px;


}
.icon3 i{
margin: 0 5px;
background-color: #ccc;
border-radius: 50%;
width: 16px;
height: 16px;
padding: 12px;
}

/*content */

.content{
width: 98%;
margin-right: 1%;
margin-left: auto;
display: flex;
flex-direction: row;
justify-content: space-around;
margin-top: 50px;
padding: 10px 0;

}
.content .left{
width: 360px;
/* background-color: #eeecec; */
}
.content .left .info{
height: 40px;
width: 100%;
display: flex;
flex-direction: row;
padding: 2px;
align-items: center;

}
.content .left .info:hover{
border-radius: 20px;
background-color: rgb(231, 231, 231);
}
.content .center{
width: 750px;
margin-right: 10%;
margin-left: 10%;
}
.content .right{
width: 360px;
}
.content .center .story{
width: 100%;
}

.content .center .story ul{
padding: 0;
display: flex;
list-style-type: none;
flex-direction: row;
justify-content: space-between;
}
.content .center .story .box{
width: 110px;
height: 170px;
background-color: #000;
border-radius: 10px;
}
.content .center .story .box:hover{
opacity: 80%;
}

.create-post{
width: 100%;
border-radius: 10px;
background: #fff;
display: flex;
flex-direction: column;
}

.create-post .input-post{
display: flex;
align-items: center;
justify-content: flex-start;
margin: 10px;
border-bottom: 2px solid #ccc;
}

.create-post .input-post input[type="text"]{
padding: 0 0 0 15px;
border-radius: 20px;
width: 500px;
height: 40px;
border: 0;
background: rgb(245,245,245);
}

.create-post .input-icon{
display: flex;
flex-direction: row;
justify-content: space-around;
padding: 10px;
}

.create-post .input-icon .icons{
width: 180px;
height: 35px;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
/*background: chartreuse;*/
padding: 5px;
}
.create-post .input-icon .icons:hover{
background: #f5f5f5;
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.