Skip to content

Commit 47ea953

Browse files
committed
Updated assets
1 parent 227f559 commit 47ea953

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

public/css/facebook.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ header {
218218

219219
#profile-banner-image img {
220220
width: 100%;
221-
margin-top: -20%;
222221
}
223222

224223
#profile-pic {
@@ -943,12 +942,10 @@ header {
943942
margin: 0 auto;
944943
}
945944
#settings {
946-
947-
padding:55px 85px 25px 85px;
948-
945+
padding: 55px 85px 25px 85px;
949946
}
950947

951-
#settings hr{
952-
border-top:1px solid #000000;
948+
#settings hr {
949+
border-top: 1px solid #000000;
953950
}
954951
/* Footer finished */

resources/views/home.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@section('content')
33
<div id="profile-upper">
44
<div id="profile-banner-image">
5-
<img src="http://k003.kiwi6.com/hotlink/iszu69wcec/fbg.jpg" alt="Banner image">
5+
<img src="https://coverfiles.alphacoders.com/454/45401.jpg" alt="Banner image">
66
</div>
77
<div id="profile-d">
88
<div id="profile-pic">
@@ -33,8 +33,8 @@
3333
</div>
3434
<div id="i-box">
3535
<div id="intro-line">Web developer - UI</div>
36-
<div id="u-occ">Developing awesome UIs at <a href="#">Google LLC</a> Bengaluru and inspiring other companies to do so :)</div>
37-
<div id="u-loc"><i class="material-icons">location_on</i><a href="#">Bengaluru</a>, <a href="#">India</a></div>
36+
<div id="u-occ">Developing awesome UIs at <a href="#">Facebook</a></div>
37+
<div id="u-loc"><i class="material-icons">location_on</i><a href="#">Cebu City</a>, <a href="#">Philippines</a></div>
3838
</div>
3939
</div>
4040
<div class="l-cnt l-mrg">
@@ -128,7 +128,7 @@
128128
<a href="#" class="td p-p-pic"><img src="http://k007.kiwi6.com/hotlink/k8phd6z9a0/fbbro.jpg" alt="Rajeev's profile pic"></a>
129129
<div class="td p-r-hdr">
130130
<div class="p-u-info">
131-
<a href="#">Rajeev Singh</a> shared a memory with <a href="#">Himalaya Singh</a>
131+
<a href="#">{{Auth::user()->name}}</a> shared a memory.
132132
</div>
133133
<div class="p-dt">
134134
<i class="material-icons">calendar_today</i>

0 commit comments

Comments
 (0)