-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHTTP Code
21 lines (21 loc) · 957 Bytes
/
HTTP Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class = "card-group">
<div class = "big-card card">
</div>
<div class = "little-card card">
<img id = "image" src = "https://tenor.com/en-GB/view/alone-sad-winter-snow-gif-5092520.gif"></img>
<h2 id = "title">I'm Jay</h2>
<p id = "divider-one">|----------bio----------|</p>
<p id = "bio">Programmer studying Computer Science. Looking to one day go into Machine Learning Robotics</p>
<p id = "divider-two">|----------------------|</p>
<p id = "divider-three">|------languages------|</p>
<p class = "lang">Java (OOP)</p>
<p class = "lang">Python</p>
<p class = "lang">Front-End Dev</p>
<p class = "lang">Back-End Dev (Learning)</p>
<p id = "divider-four">|----------------------|</p>
<p id = "divider-three">|--------socials--------|</p>
<p class = "soc">Twitch - Jay_Nightmar3</p>
<p class = "soc">Youtube - Jay Nightmare</p>
<p class = "soc">Twitter - Jay_Nightmar3</p>
</div>
</div>