Replace placeholder puppies with final ones
This commit is contained in:
parent
8cf664d4b9
commit
444bd73ee6
7 changed files with 3 additions and 3 deletions
BIN
src/img/ naturalist.png
Normal file
BIN
src/img/ naturalist.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 254 KiB |
BIN
src/img/ professor.png
Normal file
BIN
src/img/ professor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 353 KiB |
BIN
src/img/ teacher.png
Normal file
BIN
src/img/ teacher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 564 KiB |
Binary file not shown.
Before Width: | Height: | Size: 92 KiB |
Binary file not shown.
Before Width: | Height: | Size: 153 KiB |
Binary file not shown.
Before Width: | Height: | Size: 192 KiB |
|
@ -23,7 +23,7 @@
|
|||
<div class="max-w-4xl mx-auto">
|
||||
<div class="flex flex-wrap mx-auto">
|
||||
<div class="sm:w-full md:w-1/2 lg:w-1/3">
|
||||
<img src="img/aspiring-writer.png" />
|
||||
<img src="img/professor.png" />
|
||||
</div>
|
||||
<div class="sm:w-full md:w-1/2 lg:w-2/3 p-10">
|
||||
<a name="backed-by-experience">
|
||||
|
@ -35,7 +35,7 @@
|
|||
</div>
|
||||
<div class="flex flex-wrap sm:flex-row md:flex-row-reverse mx-auto bg-blue-200">
|
||||
<div class="sm:w-full md:w-1/2 lg:w-1/3">
|
||||
<img src="img/researcher.png" />
|
||||
<img src="img/naturalist.png" />
|
||||
</div>
|
||||
<div class="sm:w-full md:w-1/2 lg:w-2/3 p-10">
|
||||
<a name="stories-before-statistics">
|
||||
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
<div class="flex flex-wrap mx-auto">
|
||||
<div class="sm:w-full md:w-1/2 lg:w-1/3">
|
||||
<img src="img/established-writer.png" />
|
||||
<img src="img/teacher.png" />
|
||||
</div>
|
||||
<div class="sm:w-full md:w-1/2 lg:w-2/3 p-10">
|
||||
<a name="learning-through-teaching">
|
||||
|
|
Loading…
Reference in a new issue