add pokeapi logo
This commit is contained in:
parent
417537c763
commit
20ee9d6eb3
2 changed files with 46 additions and 1 deletions
45
public/images/pokeApiThumb.svg
Normal file
45
public/images/pokeApiThumb.svg
Normal file
|
@ -0,0 +1,45 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733332 67.733333"
|
||||
version="1.1"
|
||||
id="svg5"
|
||||
xml:space="preserve"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
sodipodi:docname="pokeApiThumb.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||
id="namedview7"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="px"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.3576599"
|
||||
inkscape:cx="218.0222"
|
||||
inkscape:cy="218.0222"
|
||||
inkscape:window-width="1904"
|
||||
inkscape:window-height="1003"
|
||||
inkscape:window-x="35"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="layer1" /><defs
|
||||
id="defs2" /><g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"><path
|
||||
id="path719"
|
||||
style="fill:#354b5f;stroke-width:0;stroke-dasharray:none"
|
||||
d="M 67.733332,33.866667 A 33.866665,33.866665 0 0 1 33.866672,67.733332 33.866665,33.866665 0 0 1 2.5e-6,33.866667 33.866665,33.866665 0 0 1 33.866672,9.4999966e-7 33.866665,33.866665 0 0 1 67.733332,33.866667 Z" /><path
|
||||
id="path1739"
|
||||
style="fill:#f2f2f2;fill-rule:evenodd;stroke-width:0.816268;stroke-linecap:round;stroke-linejoin:round"
|
||||
d="M 33.866658,14.896229 A 18.970377,18.970377 0 0 0 14.962934,32.278324 h 14.505217 a 4.6764189,4.6764189 0 0 1 4.37394,-3.088203 4.6764189,4.6764189 0 0 1 0.02458,0 4.6764189,4.6764189 0 0 1 4.398507,3.088203 h 14.50522 A 18.970377,18.970377 0 0 0 33.866674,14.896229 Z m -3.87e-4,16.588122 a 2.3823268,2.3823268 0 0 0 -2.381913,2.382116 2.3823268,2.3823268 0 0 0 2.382316,2.382516 2.3823268,2.3823268 0 0 0 2.382317,-2.382516 2.3823268,2.3823268 0 0 0 -2.382317,-2.382116 2.3823268,2.3823268 0 0 0 -3.86e-4,0 z M 14.962949,35.45481 A 18.970377,18.970377 0 0 0 33.866674,52.837105 18.970377,18.970377 0 0 0 52.770398,35.45481 H 38.265181 a 4.6764184,4.6764184 0 0 1 -4.398709,3.088203 4.6764184,4.6764184 0 0 1 -4.398305,-3.088203 z" /></g></svg>
|
After Width: | Height: | Size: 2.4 KiB |
|
@ -21,7 +21,7 @@
|
|||
"description": "A simple website where you can search for Pokemon by type or Pokedex. Uses the PokeAPI for data. Made purely of HTML, CSS, and Vanilla Javascript. Uses the Fetch API for querying the PokeAPI.",
|
||||
"technologies": "This project was built using handcrafted HTML, CSS, and JavaScript. This project uses no bloated frontend technologies, making for quick loading times and fewer requests.",
|
||||
"mainImage": "pokeAPIComputer.png",
|
||||
"thumbImage": "mentalMathThumb.svg"
|
||||
"thumbImage": "pokeApiThumb.svg"
|
||||
},
|
||||
{
|
||||
"name": "Messaging",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue