-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (59 loc) · 3.28 KB
/
index.html
File metadata and controls
59 lines (59 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta charset="utf-8">
<title>Alexander Moses - Software Developer</title>
<meta name="author" content="Alexander Moses">
<meta name="description" content="Alexander Moses' Developer Website">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Fontawesome CSS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- Local Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/app.css">
<!-- Google font style sheet -->
<link href="https://fonts.googleapis.com/css?family=Cabin+Sketch" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Special+Elite" rel="stylesheet">
</head>
<body>
<header class="page-header">
<img class="profile-image" src="images/profile_pic.jpg" alt="Profile Pic of Alexander Moses">
<h2 class="name-header">Alexander Moses</h2>
</header>
<main class="main-area" role="main">
<p class="about-myself">
My name is Alex. I am a Software Engineer by day and a life-long student :)
<p>
I'm interested in solving problems and building things. Contributing to openhatch brought me to github. I enjoy solving sudoku and reading biographies.
</main>
<footer class="fixed-bottom page-footer">
<div class="box">
<a class="profile-link fa-stack fa-2x" href="https://github.com/moijes12">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github-alt fa-stack-1x fa-inverse"></i>
</a>
<a class="profile-link fa-stack fa-2x" href="https://twitter.com/moses_alexander">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</a>
<a class="profile-link fa-stack fa-2x" href="https://www.linkedin.com/in/alexander-d-souza-7ba0b829">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin-in fa-stack-1x fa-inverse"></i>
</a>
<a class="profile-link fa-stack fa-2x" href="https://medium.com/@moijes12">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-medium-m fa-stack-1x fa-inverse"> </i>
</a>
<a class="profile-link fa-stack fa-2x" href="https://dev.to/moijes12">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-dev fa-stack-1x fa-inverse"> </i>
</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>