-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (83 loc) · 3.41 KB
/
index.html
File metadata and controls
123 lines (83 loc) · 3.41 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<!-------------- Head Begins ---------->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Document
</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<!------------------------------------------------------------ Head Ends ------------------------------------------------------------>
<!---------------- Body begins ------------------------->
<body>
<!-- Header -->
<Header class="flex-container" class="container-lg">
<div class="box">
<h1>Corrina Alcoser</h1>
<br>
<div class="box">
<nav>
<ul>
<li>
<button >
Home
<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</button>
</li>
<li>
<button>
About
<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</button>
</li>
<li>
<button>
Contact
<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</button>
</li>
</ul>
</nav>
</div>
</div>
</Header>
<!------------------- Header ends -------------------->
<Main>
<figure class="bioSec">
<h2>Core Alcoser</h2>
<img src="https://technolochicas.org/files/chicas/88b158739cd9e5dffc743dc99201d12a.jpg"
alt="Picture of Corrina" class="card">
</figure>
<article class="card-text">
<p>Hi, my name is Corrina, but I go by Core. I am a Cloud admin and have 6+ years of infosec experience. I
have been in IT since I was 16.
I like anime, reading, coding, and drawing. I know how to code in Java and C++. I am learning how to
code in HTML,
CSS, JavaScript, I hope to become an IT architect one day. 😎 🔥</p>
</article>
</Main>
<div>
<h2>Contact Info</h2>
<p class="linkArea"> GitHub:
<button>
<a href="https://github.com/Core-Creates?" target="_blank">Core-Creates</a>
</button>
</p>
<p class="linkArea"> Portfolio:
<button>
<a href="https://github.com/Core-Creates?tab=projects" target="_blank">Core-Creates Projects</a>
</button>
</p>
<p class="linkArea"> LinkedIn Profile:
<button>
<a href="https://www.linkedin.com/in/corrina-alcoser" target="_blank">Corrina Alcoser</a>
</button>
</p>
</div>
</body>
<!---------------------------------------------- Body ends -------------------------------------------------------------------------->
</html>