-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjects.html
More file actions
76 lines (50 loc) · 2.59 KB
/
Copy pathProjects.html
File metadata and controls
76 lines (50 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="ProjectsStyleSheet.css" />
</head>
<body>
<div class="navigation">
<a href="https://bsewell-resume-website.s3.us-west-1.amazonaws.com/Home.html">HOME</a>
<a href="https://bsewell-resume-website.s3.us-west-1.amazonaws.com/Resume.html">RESUME</a>
<a href="https://bsewell-resume-website.s3.us-west-1.amazonaws.com/About.html">ABOUT</a>
<a href="https://bsewell-resume-website.s3.us-west-1.amazonaws.com/Projects.html">PROJECTS</a>
<a href="https://bsewell-resume-website.s3.us-west-1.amazonaws.com/Blog.html">BLOG</a>
</div>
<div class="header">
<p>Welcome to the projects page! Below I will be keeping record of ALL personal projects I'm working on, small descriptions, and links to them. So expect to see coding, music, and voice acting projects! I'd love if you would check them out!</p>
</div>
<div class="subheader">
CODING PROJECTS:
</div>
<div class="description">
<br>
<span>•</span> <b>Cloud Resume Challenge</b> (You're Seeing This One Now!)
<br>
  >This is my website to show off to potential employers showcasing my aptitude and journey while working with AWS and their Cloud services.
<br>
<span>•</span> <b>Owlrabbit</b> (Will Add Link Soon!)
<br>
  >This is an indie 2D platformer game project inspired by 2D Metroidvania style games with other influences such as HollowKnight, Sekiro: Shadows Die Twice, and Celeste. This game also utalizes a stance system to <br>   accurately simulate traditional swordsmanship. This project is being created in Unity by a team based out of Canada that I am part of. The channel is a bit barebones right now as we are early in development, but <br>   hopefully that will change soon!
<br>
<br>
</div>
<div class="subheader">
MUSIC PROJECTS:
</div>
<div class="description">
<br>
<span>•</span> NEW SONG: <a class="slink" href="https://www.youtube.com/watch?v=gIeHB032LFk">Yuletide Drive</a> OUT NOW
<br>
<br>
</div>
<div class="subheader">
VOICE ACTING PROJECTS:
</div>
<div class="description">
<br>
<span>•</span> Waiting For Projects To Go Live! Will Update When They Do!
<br>
</div>
</body>
</html>