Skip to content

Latest commit

 

History

History
149 lines (126 loc) · 3.08 KB

app.md

File metadata and controls

149 lines (126 loc) · 3.08 KB

app

App

Feed

The Feed is a culmination of the internet’s best content curated to fit a mood or topic. It includes embedded media such as tweets, YouTube videos, SoundCloud songs, Subreddits, and many more. Currently, there are 5 feeds that you can choose from. Soon users will be able to customize their feeds based on accounts, circles, or topics.

Try Feed

Profile

From the feed, you can check out your profile and the profiles of other users. You can edit your image, full name, and bio by clicking on EDIT PROFILE when visiting your profile.

Lists

Lists aggregate Yupster's opinions into rankings to help you find the best of what’s been rated on Yup. Find the smartest people on Twitter, the funniest Reddit posts, the most knowledgeable professors, and more flipping through our lists. Lists are totally public––you don’t need a Yup account to use it! Filter by site, subject, and category to find what you’re looking for.

Advanced
Lists are weighed by each category separately and distinctly. That means that the usage and influence being spent in a category determines its relevance on lists.

.center {
align: center;
width: 10%;
}
.cont {
width:100%;
text-align:center;
}
.toggle:focus {
outline: none;
}
.rounded-img {
border-radius:10px;
box-shadow: 0px 0px 2px 1px #dddddd;
max-height: 20em;
margin: 20px 0px;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: grey;
opacity:0.9;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
{
box-sizing: border-box;
}

.column {
float: left;
width: 50%;
padding: 0px;
}

.row:after {
content: "";
display: table;
clear: both;
}
.header1 {
font-size: 1.8rem;
font-weight: bold;
padding: 2rem 0px;
}
.header2 {
font-size: 1.5rem;
}

.center {
align: center;
width: 10%;
}
.cont {
width:100%;
text-align:center;
}
.toggle:focus {
outline: none;
}
.rounded-img {
border-radius:10px;
box-shadow: 0px 0px 2px 1px #dddddd;
margin: 0px 0px;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: grey;
opacity:0.9;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
{
box-sizing: border-box;
}

.column {
float: left;
width: 50%;
padding: 0px;
}

.row:after {
content: "";
display: table;
clear: both;
}
.header1 {
font-size: 1.8rem;
font-weight: bold;
padding: 2rem 0px;
}
.header2 {
font-size: 1.5rem;
}