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
4 changes: 4 additions & 0 deletions blocks/brand.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.brand {
height: 28px;
filter: invert(46%) sepia(99%) saturate(1449%) hue-rotate(176deg) brightness(100%) contrast(91%);
}
4 changes: 4 additions & 0 deletions blocks/global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

10 changes: 10 additions & 0 deletions blocks/layout.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.layout {
display: grid;
grid-template-columns: 275px auto 350px;
margin: 0 auto;
max-width: 1200px;
}
.layout__right-sidebar {
position: fixed;
width: 350px;
}
35 changes: 35 additions & 0 deletions blocks/sidebar-menu.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.sidebar-menu {
position: fixed;

}

.sidebar-menu__item {
font-size: 19px;
color: #0F141A;
display: flex;
align-items: center;
align-items: center;
font-weight: 700;
padding: 10px;

}

.sidebar-menu__item:hover{
background: rgba(29, 161, 242, 0.1);
color: #1da0f2;
border-radius: 20px;
cursor: pointer;
}

.sidebar-menu__item--active {
color: #1da0f2;
}

.sidebar-menu__item-icon {
height: 26px;
margin-right: 20px;
}

.sidebar-menu__item--active .sidebar-menu__item-icon {
filter: invert(67%) sepia(60%) saturate(4956%) hue-rotate(176deg) brightness(95%) contrast(99%);
}
34 changes: 34 additions & 0 deletions blocks/trends.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.trends-for-you {
border-radius: 15px;
background: #f5f8fa;
margin-bottom: 15px;
}

.trends-for-you__block {
border-bottom: 1px solid #e6ecf0;
padding: 10px 15px;
}

.trends-for-you__block:last-child {
border-bottom: none;
}

.trends-for-you__heading {
font-size: 19px;
font-weight: bold;
color: #14171a;
}

.trends-for-you__meta-information {
font-size: 13px;
font-weight: 300;
color: #657786;
}

.trends-for-you__trend-name {
font-size: 15px;
color: #14171a;
font-weight: bold;
margin-bottom: 5px;
margin-top: 2px;
}
91 changes: 91 additions & 0 deletions blocks/tweet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
.tweet-bar {
display: grid;
grid-template:
"profile profile" 45px
"icons tweet" 2fr /
auto 1fr;
border-bottom: 2px solid rgb(239, 243, 244);
padding: 10px 15px;

}


.icons {
display: grid;
grid-area: icons;
grid-auto-flow: column;
margin-left: 100px;
margin-top: 40px;
gap: 10px;
padding-right: 200px;
}

.tweet_tab {
display: grid;
grid-area: tweet;
background-color: rgb(29 161 242);
color: white;
width: 75px;
padding-top: 7px;
border-radius: 30px;
height: 30px;
text-align: center;
margin-left: 180px;
margin-top: 35px;
margin-bottom: 5px;
}

.tweet {
display: flex;
border-bottom: 1px solid #e6ecf0;
margin-bottom: 2px;
padding: 10px 15px;
}

.tweet:hover {
background: rgba(0, 0, 0, 0.03);
cursor: pointer;
}

.tweet a {
color: #1b94e0;
text-decoration: none;
}

.tweet a:hover {
text-decoration: underline;
}

.tweet__author-logo {
width: 49px;
height: 49px;
border-radius: 50%;
margin-right: 10px;
}

.tweet__header {
display: flex;
}

.tweet__author-name {
font-size: 15px;
font-weight: 700;
color: #14171a;
margin-right: 5px;
}

.tweet__author-slug {
color: #5b7083;
font-size: 15px;
}

.tweet__publish-time {
margin-left: 5px;
color: #657786;
}

.tweet__image {
width: 100%;
border-radius: 15px;
margin-top: 10px;
}
Binary file added images/afro pic1.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/as above so below.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/author logo.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/author logo2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/explore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions images/gif_blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions images/media_icon_blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/messages.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/more.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/notifications.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions images/polls_icon_blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/profile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions images/schedule_icon_blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions images/smile_emoji.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading