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 High_Five_SocialMedia/Info/1.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 High_Five_SocialMedia/Info/2.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 High_Five_SocialMedia/Info/3.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 High_Five_SocialMedia/Info/4.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 High_Five_SocialMedia/Info/5.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 High_Five_SocialMedia/Info/Capture.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
432 changes: 432 additions & 0 deletions High_Five_SocialMedia/Info/ripple.sql

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 High_Five_SocialMedia/Pictures/group_icons/dc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 High_Five_SocialMedia/Pictures/letter.png
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 High_Five_SocialMedia/Pictures/logo/dd.png
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 High_Five_SocialMedia/Pictures/logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 High_Five_SocialMedia/Pictures/svg/account.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions High_Five_SocialMedia/Pictures/svg/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions High_Five_SocialMedia/Pictures/svg/attachment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions High_Five_SocialMedia/Pictures/svg/info.svg
1 change: 1 addition & 0 deletions High_Five_SocialMedia/Pictures/svg/messages.svg
1 change: 1 addition & 0 deletions High_Five_SocialMedia/Pictures/svg/notifications.svg
Binary file added High_Five_SocialMedia/Pictures/svg/online.png
1 change: 1 addition & 0 deletions High_Five_SocialMedia/Pictures/svg/settings.svg
121 changes: 121 additions & 0 deletions High_Five_SocialMedia/hf_design.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
.login_page {
background-color: #f7f9fb;
font-size: 14px;
}

.login_page .logo{
width: 90px;
height: 90px;
overflow: hidden;
border-radius: 50%;
margin: 0 auto;
margin: 40px auto;
box-shadow: 0 4px 8px rgba(0,0,0,.05);
position: relative;
z-index: 1;


}

.login_menu {
height: 450px;
width: 350px;
margin-left: 30em;
margin-top: 3.5em;
border: 1.5px solid black;
}

.login_help{
margin-left: 15px;
padding: 5px;
}

.group_holder {
width: 90px;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 2em;
}

.group_screen{
height: 570px;
width: 1200px;
margin-left: 8em;
margin-top: -38em;
}

.group_label img{
border: 1px solid black;
border-spacing: 1em;
}

.group_label h5{
font-size: 15px;
margin-left: 15px;
color: #17729d;

}

.user_post{
height: auto;
width: auto;
margin-top: 0.25em;
}

.user_post h5{
font-size: 15px;
font-weight: bold;
}

.post_buttons{
padding: 5px;
}

.group_posts_holder{
margin-left: 0.1em;

}

.group_friend_icon{
margin-left: 1.5em;
margin-top: 0.2em;
border: 1px solid black;
}

.group_post_font{
font-size: 15px;
}

.post_timestamp{
font-size: 11.5px;
margin-top: 0.3em;
}

.comments{
}

.comment_pic{
margin-left: 1em;
}

.message_view{
height: auto;
width: auto;
margin-left: 0em;

}

.message_view h5{
font-size: 14px;
}



.center-block {
display: block;
margin-right: auto;
margin-left: 8em;
}



Loading