diff --git a/submissions/bravebravesirbrian/images/profile_picture_by_bravebravesirbrian-d9uhb1m.png b/submissions/bravebravesirbrian/images/profile_picture_by_bravebravesirbrian-d9uhb1m.png new file mode 100644 index 0000000..5ad8b7c Binary files /dev/null and b/submissions/bravebravesirbrian/images/profile_picture_by_bravebravesirbrian-d9uhb1m.png differ diff --git a/submissions/bravebravesirbrian/index.html b/submissions/bravebravesirbrian/index.html new file mode 100644 index 0000000..022bcbe --- /dev/null +++ b/submissions/bravebravesirbrian/index.html @@ -0,0 +1,55 @@ + + + + + Brian's Webpage + + +
+

Welcome to Brian O'Grady's Webpage!

+
+
+

Hi there, my name is Brian! Welcome to my webpage!

+
+ +

This is what I would look like as an Inkling from the video game, Splatoon! + If you're not familiar with Splatoon, it's a 2015 online multiplayer + third-person shooter game made by Nintendo! It's also one of my favorite games! Let me tell you about it!

+ +

Like I said, Splatoon is a video game that was released in 2015 by Nintendo. + It's a third-person shooter game where you play as these cute little creatures called "Inklings". + They have two distinct forms. There first form is their human or "kid" form, which lets them use weapons! + There are many different types of weapons in the game, all of which are used to spread ink on the floor and walls!

+

Shooters shoot ink!

+ +

Rollers are rolled along the ground leaving a trail of ink behind you!

+ +

Chargers can be charged to increase their range and damage, and shoot in a long, straight line!

+ +

Sloshers are like buckets that let you hurl ink over walls!

+ +

Splatlings can be revved up like Gatling guns to unleash a rapid + burst of shots!

+ +

Their second form is their squid form! In this form they can swim through ink, even on walls, and pass through + grates!

+ +

But they can't swim in ink that's not their color, and if they fall in water, they die!

+ +

The goal of the game is to cover the ground with your team's ink, and stop the enemy team from doing + the same! If more of your team's color is on the ground by the end, you win! + And when you win, you earn money which you can use to buy new weapons and unlock cool gear for your Inkling! + And that's not all! There's super jumping, a single-player mode, awesome music, talking cats, and + a whole lot more! So what are you waiting for? If you have a Wii U, I'd totally recommend + getting a copy of Splatoon! Go ink the world and have fun!

+ +
+
+ + diff --git a/submissions/bravebravesirbrian/styles.css b/submissions/bravebravesirbrian/styles.css new file mode 100644 index 0000000..a69a230 --- /dev/null +++ b/submissions/bravebravesirbrian/styles.css @@ -0,0 +1,79 @@ +body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +h2 { + text-align: center; + font-family: fantasy; + color: white; + font-size: 45px; +} + +p { + text-align: center; + font-family: fantasy; + color: white; + font-size: 30px; +} + +h1 { + text-align: center; + font-family: fantasy; + color: white; + font-size: 60px; +} + + +img { + display:block; + margin: auto; +} + +html { + background-color: black; +} + +footer p{ + font-size: 15px; +} + +#One { + color: 000099; +} + +#Two { + color: b266b2; +} + +#Three { + color: ffa3b3; +} + +#Four { + color: 80FF00; +} + +#Five { + color: b266b2; +} + +.Dead { + background-color: White; + color: black; +}