-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (50 loc) · 1.93 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Michael Balachandar</title>
<link rel="stylesheet" href="styles.css">
<script defer src="index.js" charset="utf-8"></script>
<!-- <script src="nolinkedin.js"></script> -->
</head>
<body>
<div class="container">
<header>
<div class id="quotes">
<h2>Ye quote of da day</h2>
</div><br>
</header>
<nav>
<a href="#" >Home</a>
<a href="#" >About me</a>
<a href="https://twitter.com/MB8EA888" target="_blank" rel="noopener noreferrer" >Twitter</a>
<a href="#" onClick="alert('LinkedIn is being built to professional standards :(')">LinkedIn</a>
</nav>
<main>
<div class="jsname">
<h1>
<span>Michael</span>
<div class = "lastname">
<div class = "word1">Balachandar</div>
<div class = "word2">B</div>
<div class = "word3">Ballin</div>
</div>
</h1>
</div>
<p>I am currently attending Central Connecticut State University.
I am currently learning Java, Javascript, CSS, HTML, and Python.
I am also going to learn more about: DevOps, AWS, Pen testing, SQL,
nodejs, and react
</p>
<!-- <a href="https://twitter.com/MB8EA888" class = 'twitt' target="_blank" rel="noopener noreferrer">My twitter</a> -->
</main>
<footer>
<h4>Major</h4>
<p>Computer Science Honors</p>
<img src="pictures/ccsulogo.png" alt="school logo">
</footer>
</div>
</body>
</html>