-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
84 lines (82 loc) · 4.57 KB
/
about.html
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
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="./media.css" />
<title>Benjamin Lincourt Portfolio and Information</title>
</head>
<body>
<!-- main page container -->
<div class="container-fluid">
<!-- Header and dropdowns row -->
<div class="row no-gutters">
<div class="col">
<ul class="navbar navbar-dark bg-dark justify-content-center">
<li class="nav-item">
<h6>
<a class="nav-link" href="./main.html">Home</a>
</h6>
</li>
<li class="nav-item">
<h6>
<a class="nav-link" href="./about.html">About</a>
</h6>
</li>
<li class="nav-item">
<h6>
<a class="nav-link" href="#Projects">Projects</a>
</h6>
</li>
<li class="nav-item">
<h6>
<a class="nav-link" href="./media.html">Media</a>
</h6>
</li>
</ul>
</div>
</div>
</div>
<div class="spacer"></div>
<!-- main page row -->
<div class="row">
<div class="col-md-10 offset-1" >
<div id="home"></div>
<h1>
Benjamin Lincourt Online Portfolio and Information
</h1>
<h6>
Game Design and Development Student at the Rochester Institute of Technology
</h6>
<div class="spacer"></div>
<div id="About"></div>
<h3>About Benjamin Lincourt</h3>
<br>
<img class="image" src="./media/Benjamin_Lincourt.jpg" alt="An example of a propaganda poster"/>
<br>
<p>-Hello! My name is Benjamin Lincourt and I am a first year Game Design and Development student at the Rochester Institute of Technology. I was born in Virginia, raised in Indiana, and Graduated in 2018 from West Lafayette Junior Senior High School. I hope to work in a game development studio after graduation, but I am also interested in the impact games have on the mental and emotional states of players, and because of this I have considered creating Indie games as a way of exploring this.
</p>
<p class="contact">If you would like to contact me, my email address is [email protected]</p>
<a href="https://www.linkedin.com/in/benjamin-lincourt-3a5328185/">
<img class="image_small" src="./media/Contact logos//linkedin.png" alt="linkedin logo"/>
</a>
<a href="https://www.facebook.com/benjamin.lincourt">
<img class="image_small" src="./media/Contact logos//facebook.png" alt="linkedin logo"/>
</a>
<br>
<br>
<p>If you decide to read this part, here are some fun facts about myself:</p>
<p> - My first language is English, however I am also functionally fluent in French, and I am studying Japanese in college.
</p>
<p> - I enjoy making music and play a few instruments, the most prominent being the clarinet and bassoon.
</p>
<p> - Besides electronic art and coding, I enjoy more traditional fine arts as well and my favorite medium is chalk pastel.
</p>
<p> - I love cooking, and have several good Chinese and Japanese food recipes I picked up from working at Katana Sushi and Ramen in West Lafayette, IN.
</p>
<p> - I have three cats and one dog, and pictures of them can be found under the Media section of this website after all of the project images.
</p>
<br>
</div>
</div>
</body>
</html>