replaced placeholder image
This commit is contained in:
parent
7f401d50af
commit
888cfdbe02
Binary file not shown.
|
After Width: | Height: | Size: 3.3 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/reviewpending.png" width="60px"
|
||||
<img alt="Profile Image" src="https://archblox.com/img/unaprooved.png" width="60px"
|
||||
height="100%">
|
||||
</div>
|
||||
<div id="ProfileContainerBox1TextContainer" style="color:black">
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<div id="FeedContainer">
|
||||
<div class="FeedContainerBox" id="FeedContainerBox1">
|
||||
<div class="FeedContainerBoxImageContainer" id="FeedContainerBox1ImageContainer">
|
||||
<a href="#"><img alt="Profile Image" src="{{ asset('img/reviewpending.png') }}"
|
||||
<a href="#"><img alt="Profile Image" src="{{ asset('img/unaprooved.png') }}"
|
||||
width="60px" height="100%"></a>
|
||||
</div>
|
||||
<div class="FeedContainerBoxTextContainer" id="FeedContainerBox1TextContainer">
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
@foreach ($friends as $friend)
|
||||
<div class="profilefriend">
|
||||
<a href="{{ route('profile', $friend->id) }}"><img alt="Profile Image"
|
||||
src="{{ asset('img/reviewpending.png') }}" width="150px" height="110px"></a>
|
||||
src="{{ asset('img/unaprooved.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/reviewpending.png') }}" width="60px" height="100%"></a>
|
||||
src="{{ asset('img/unaprooved.png') }}" width="60px" height="100%"></a>
|
||||
</div>
|
||||
<div id="FriendsContainerBox1TextContainer">
|
||||
<a href="{{ route('profile', $user->id) }}" id="FeedContainerBox1Username">{{ $user->name }}</a>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
<div class="content_special">
|
||||
<div id="profileleftcontainer">
|
||||
<p id="status">"I'm new to ARCHBLOX!"</p>
|
||||
<img alt="profile image" src="{{ asset('img/reviewpending.png') }}" width="75%">
|
||||
<img alt="profile image" src="{{ asset('img/unaprooved.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>
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
@foreach ($data['friends'] as $friend)
|
||||
<div class="profilefriend">
|
||||
<a href="{{ route('profile', $friend->id) }}"><img alt="Profile Image"
|
||||
src="{{ asset('img/reviewpending.png') }}" width="150px" height="110px"></a>
|
||||
src="{{ asset('img/unaprooved.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/reviewpending.png') }}" width="60px" height="100%"></a>
|
||||
src="{{ asset('img/unaprooved.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/reviewpending.png') }}" width="60px" height="100%"></a>
|
||||
src="{{ asset('img/unaprooved.png') }}" width="60px" height="100%"></a>
|
||||
</div>
|
||||
<div id="FriendsContainerBox1TextContainer">
|
||||
<a href="{{ route('profile', $user->id) }}" id="FeedContainerBox1Username">{{ $user->name }}</a>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
<div class="ProfileContainerBox" id="ProfileContainerBox1">
|
||||
<div id="ProfileContainerBox1ImageContainer">
|
||||
<a href="{{ route('profile', $user->id) }}"><img alt="Profile Image"
|
||||
src="{{ asset('img/reviewpending.png') }}" width="60px" height="100%"></a>
|
||||
src="{{ asset('img/unaprooved.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