emile 11 months ago
parent 5968ee4cfe
commit e7833abe04

BIN
.DS_Store vendored

Binary file not shown.

@ -16,7 +16,12 @@
<div class="flex flex-col justify-center items-center gap-5"> <div class="flex flex-col justify-center items-center gap-5">
<div <div
class="w-[70px] h-[70px] rounded-full shadow-md"> class="w-[70px] h-[70px] rounded-full shadow-md">
<img src="{{project.logo.url}}" class="w-full h-full rounded-full object-cover"> {% if project.logo %}
<img src="{{project.logo.url}}" class="w-full h-full rounded-full object-cover">
{% else %}
<img src="{% static 'images/ositcom_logos/logobluebg-o.jpg' %}" class="w-full h-full rounded-full object-cover">
{% endif %}
</div> </div>
<div> <div>

@ -6,7 +6,7 @@
<div class="w-full flex flex-col gap-5"> <div class="w-full flex flex-col gap-5">
<div class="w-full p-9 flex flex-col justify-center items-center gap-5 shadow-md bg-white rounded-md"> <div class="w-full p-9 flex flex-col justify-center items-center gap-5 shadow-md bg-white rounded-md">
<div class="w-[80px] s:w-[100px] h-[80px] s:h-[100px] rounded-full border border-gray-50 shadow-md"> <div class="w-[80px] s:w-[100px] h-[80px] s:h-[100px] rounded-full border border-gray-50 shadow-md">
<img src="{% static 'images/ositcom_logos/full-logo-blue-bg.png' %}" class="w-full h-full object-cover rounded-full"> <img src="{% static 'images/ositcom_logos/logobluebg-o.jpg' %}" class="w-full h-full object-cover rounded-full">
</div> </div>
<div class="text-gray-500 font-light flex flex-col justify-center items-center"> <div class="text-gray-500 font-light flex flex-col justify-center items-center">

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

@ -1,17 +0,0 @@
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';

@ -1,17 +0,0 @@
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';

@ -1,17 +0,0 @@
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Loading…
Cancel
Save