Added urchin as a side project I'm working on
This commit is contained in:
parent
9b01693177
commit
c459930526
2 changed files with 15 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ import { h, render, Component } from "preact";
|
|||
import {
|
||||
Grid,
|
||||
Container,
|
||||
Paper,
|
||||
Card,
|
||||
CardHeader,
|
||||
CardMedia,
|
||||
|
|
@ -14,6 +13,7 @@ import {
|
|||
import Monq from "../static/images/Monq.jpg";
|
||||
import Graphics from "../static/images/Graphics.png";
|
||||
import NewGraphics from "../static/images/NewGraphics.png";
|
||||
import Code from "../static/images/code.png";
|
||||
|
||||
class GameProjects extends Component {
|
||||
constructor(props) {
|
||||
|
|
@ -21,8 +21,7 @@ class GameProjects extends Component {
|
|||
this.content = [
|
||||
{
|
||||
header: "Current Graphics Project",
|
||||
subheader: `Personal Side Project - Programmer: C++, Opengl,
|
||||
SDL`,
|
||||
subheader: `Personal Side Project - Programmer: C++, Opengl, SDL`,
|
||||
image: NewGraphics,
|
||||
imageAltText: "Graphics",
|
||||
content: `I'm currently working on another graphics project as this is
|
||||
|
|
@ -35,6 +34,19 @@ class GameProjects extends Component {
|
|||
buttonLink: "/graphics-blog",
|
||||
newtab: false
|
||||
},
|
||||
{
|
||||
header: "Current Low Level Networking Project",
|
||||
subheader: `Personal Side Project - Programmer: C, Sockets and Protobuf`,
|
||||
image: Code,
|
||||
imageAltText: "Networking Code",
|
||||
content: `I'm currently working on another low level project as
|
||||
interested in learning plain C and low level networking. I plan on
|
||||
creating a mud that can potentially be used in conjunction with my
|
||||
graphics project to create a multiplayer experience.`,
|
||||
buttonText: "Visit Repo",
|
||||
buttonLink: "https://github.com/WarwickNew/urchin",
|
||||
newtab: false
|
||||
},
|
||||
{
|
||||
header: "Monq",
|
||||
subheader: `D-tail Entertainment - Programmer: Unreal Engine 4, C++,
|
||||
|
|
|
|||
BIN
static/images/code.png
Normal file
BIN
static/images/code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in a new issue