-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (50 loc) · 2.77 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
<!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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="styles/stylesheet.css">
<link rel="favicon" type="image/png" href="">
<title>JBerrios is Under Re-Development </title>
</head>
<body>
<div class="main-container">
<!-- Main Content Area -->
<div class="content">
<p class="emoji-heading">🚧 🚧 🚧</p>
<h1>This Site is Currently Under Re-Development</h1>
<p class="content-copy">
<span class="hello-copy">Hi 👋🏼</span><br>
My name is Joshua Berrios and welcome to my website. Well, whatever there is of this site. I am currently rebuilding it within a different repo
using Angular 13 and Bootstrap 5. I am a Full Stack Web Developer and currently work as a UI/UX Developer for Layer One Media. If you want to
get in touch with me, you can follow me on LinkedIn, Twitter, and Github.
</p>
<div class="d-flex flex-row mb-3 mt-5 justify-content-center">
<div class="p-2 social-icon">
<a href="https://linkedin.com/in/joshuaberrios" target="_blank">
<i class="bi bi-linkedin" style="font-size: 2rem; color: white;"></i>
</a>
</div>
<div class="p-2 social-icon">
<a href="https://twitter.com/ixoyedesign" target="_blank">
<i class="bi bi-twitter" style="font-size: 2rem; color: white;"></i>
</a>
</div>
<div class="p-2 social-icon">
<a href="https://github.com/JoshuaB94" target="_blank">
<i class="bi bi-github" style="font-size: 2rem; color: white;"></i>
</a>
</div>
</div>
<!-- Footer + Copyright Area -->
<div class="container-sm text-white text-center mt-5">
<p>© 2022 - Joshua Berrios - <a href="https://my.bible.com/bible/59/EPH.2.ESV" target="_blank" class="text-white">Ephesians 2:10</a> ✝️</p>
</div>
</div>
</div>
<!--Javascript Area-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
</body>
</html>