new render
This commit is contained in:
parent
129ee956bb
commit
5535acdbde
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
|
|
@ -24,7 +24,7 @@
|
|||
<div id="SearchContainer">
|
||||
<div class="ProfileContainerBox" id="ProfileContainerBox1" style="background-color: white;">
|
||||
<div id="ProfileContainerBox1ImageContainer">
|
||||
<img alt="Profile Image" src="https://archblox.com/img/iosload.gif" width="60px"
|
||||
<img alt="Profile Image" src="https://archblox.com/img/defaultrender.png" width="60px"
|
||||
height="100%">
|
||||
</div>
|
||||
<div id="ProfileContainerBox1TextContainer" style="color:black">
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
<div class="FeedContainerBox" id="FeedContainerBox1">
|
||||
<div class="FeedContainerBoxImageContainer" id="FeedContainerBox1ImageContainer">
|
||||
<a href="{{ route('profile', $post->user->id) }}"><img alt="Profile Image"
|
||||
src="{{ asset('img/iosload.gif') }}" width="60px" height="100%"></a>
|
||||
src="{{ asset('img/defaultrender.png') }}" width="60px" height="100%"></a>
|
||||
</div>
|
||||
<div class="FeedContainerBoxTextContainer" id="FeedContainerBox1TextContainer">
|
||||
<a href="{{ route('profile', $post->user->id) }}"
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
@foreach ($data['friends'] as $friend)
|
||||
<div class="profilefriend">
|
||||
<a href="{{ route('profile', $friend->id) }}"><img alt="Profile Image"
|
||||
src="{{ asset('img/iosload.gif') }}" width="150px" height="110px"></a>
|
||||
src="{{ asset('img/defaultrender.png') }}" width="150px" height="110px"></a>
|
||||
<br>
|
||||
<a href="{{ route('profile', $friend->id) }}"
|
||||
id="FeedContainerBox1Username">{{ $friend->name }}</a>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<div class="FriendsContainerBox" id="FriendsContainerBox1">
|
||||
<div id="FriendsContainerBox1ImageContainer">
|
||||
<a href="{{ route('profile', $user->id) }}"><img alt="Profile Image"
|
||||
src="{{ asset('img/iosload.gif') }}" width="60px" height="100%"></a>
|
||||
src="{{ asset('img/defaultrender.png') }}" width="60px" height="100%"></a>
|
||||
</div>
|
||||
<div id="FriendsContainerBox1TextContainer">
|
||||
<a href="{{ route('profile', $user->id) }}" id="FeedContainerBox1Username">{{ $user->name }}</a>
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
@else
|
||||
<address id="status">"I'm new to ARCHBLOX!"</address>
|
||||
@endif
|
||||
<img alt="profile image" src="{{ asset('img/iosload.gif') }}" width="75%">
|
||||
<img alt="profile image" src="{{ asset('img/defaultrender.png') }}" width="75%">
|
||||
<div id="bio"
|
||||
style="min-width:350px;max-width:350px;text-align:center;margin:0 auto;max-height:275px;overflow-y: auto;">
|
||||
{!! nl2br(e($data['user']->blurb)) !!}</div>
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
@foreach ($data['friends'] as $friend)
|
||||
<div class="profilefriend">
|
||||
<a href="{{ route('profile', $friend->id) }}"><img alt="Profile Image"
|
||||
src="{{ asset('img/iosload.gif') }}" width="150px" height="110px"></a>
|
||||
src="{{ asset('img/defaultrender.png') }}" width="150px" height="110px"></a>
|
||||
<br>
|
||||
<a href="{{ route('profile', $friend->id) }}"
|
||||
id="FeedContainerBox1Username">{{ $friend->name }}</a>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<div class="FriendsContainerBox" id="FriendsContainerBox1">
|
||||
<div id="FriendsContainerBox1ImageContainer">
|
||||
<a href="{{ route('profile', $friend->id) }}"><img alt="Profile Image"
|
||||
src="{{ asset('img/iosload.gif') }}" width="60px" height="100%"></a>
|
||||
src="{{ asset('img/defaultrender.png') }}" width="60px" height="100%"></a>
|
||||
</div>
|
||||
<div id="FriendsContainerBox1TextContainer">
|
||||
<a href="{{ route('profile', $friend->id) }}" id="FeedContainerBox1Username">{{ $friend->name }}</a>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<div class="FriendsContainerBox" id="FriendsContainerBox1">
|
||||
<div id="FriendsContainerBox1ImageContainer">
|
||||
<a href="{{ route('profile', $user->id) }}"><img alt="Profile Image"
|
||||
src="{{ asset('img/iosload.gif') }}" width="60px" height="100%"></a>
|
||||
src="{{ asset('img/defaultrender.png') }}" width="60px" height="100%"></a>
|
||||
</div>
|
||||
<div id="FriendsContainerBox1TextContainer">
|
||||
<a href="{{ route('profile', $user->id) }}" id="FeedContainerBox1Username">{{ $user->name }}</a>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<div class="ProfileContainerBox" id="ProfileContainerBox1">
|
||||
<div id="ProfileContainerBox1ImageContainer">
|
||||
<a href="{{ route('profile', $user->id) }}"><img alt="Profile Image"
|
||||
src="{{ asset('img/iosload.gif') }}" width="60px" height="100%"></a>
|
||||
src="{{ asset('img/defaultrender.png') }}" width="60px" height="100%"></a>
|
||||
</div>
|
||||
<div id="ProfileContainerBox1TextContainer">
|
||||
<a href="{{ route('profile', $user->id) }}" id="FeedContainerBox1Username">{{ $user->name }}</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue