-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (164 loc) Β· 9.49 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<title>SassyWooCoo</title>
<meta charset="utf-8" />
<meta name="author" content="SassyWooCoo" />
<meta name="description" content="Gaming Blog" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="css/styles.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js" integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8=" crossorigin="anonymous"></script>
</head>
<body id="page-top">
<header class="masthead">
<div class="container-fluid px-4 px-lg-5 d-flex h-100 align-items-center justify-content-center">
<div class="text-center">
<h1 class="display-5 my-0">SassyWooCoo</h1>
<button class="btn btn-primary my-5" id="#like">Let's go</button>
</div>
</div>
</header>
<!-- Projects-->
<section class="projects-section bg-dark" id="projects">
<div class="container px-4 px-lg-5">
<!-- Who Am I -->
<div class="gx-0 mb-4 mb-lg-5 align-items-center">
<div >
<div class="text-center ">
<p class="display-4 ">Who am I</p><hr>
</div>
</div>
<div >
<div>
<p class="lead mb-0 text-center">Oh I'm just the IT guy. From graphics design to digital forensics. I'm very nerdy when it comes to technology.</p>
<p class="display-4 text-center mt-4">My Skills</p><hr>
</div>
</div>
</div>
<div class="card w-100 my-2"><div class="card-body d-flex justify-content-around">
<p class="display-6 text-white card-title text-center"> π¨βπ» Development and programming π¨βπ»</p>
</div></div>
<div class="card w-100 my-2"><div class="card-body">
<p class="display-6 text-white card-title text-center">π¨ Photoshop and graphics design π¨</p>
</div></div>
<div class="card w-100 my-2"><div class="card-body">
<p class="display-6 text-white card-title text-center">π΅οΈββοΈ Hacking and cyber security π΅οΈββοΈ</p>
</div></div>
<div class="card w-100 my-2"><div class="card-body">
<p class="display-6 text-white card-title text-center">π Reverse engineering and digital forensics π</p>
</div></div>
<div class="card w-100 my-2"><div class="card-body">
<p class="display-6 text-white card-title text-center">π Trading and Crypto π</p>
</div></div>
<!-- Featured Project Row-->
<div class="row gx-0 mb-4 mb-lg-5 align-items-center">
<div class="col">
<p class="display-4 mt-5 text-center">Game On</p>
<hr>
<p class="lead mb-0 text-center">Welcome to my website where I write about the newest games I try and what I like about them. I'm mainly into roguelikes and single player games in general so if that sounds cool to you then you're in the right place.</p>
</div>
</div>
<!-- Project One Row-->
<p class="display-4 text-center">Games I like</p>
<div class="row gx-0 mb-5 mb-lg-0 justify-content-center games">
<div class="col-lg-6">
<img class="img-fluid" src="/assets/img/isaac.jpg"/></div>
<div class="col-lg-6">
<div class="text-center h-100 game">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">The Binding Of Isaac</h4>
<p class="mb-0 text-white-50">You can't talk about roguelikes without bringing up our boy isaac.</p>
</div>
</div>
</div>
</div>
<div class="row gx-0 justify-content-center">
<div class="col-lg-6"><img class="img-fluid" src="/assets/img/franbow.png"/></div>
<div class="col-lg-6 order-lg-first">
<div class="text-center h-100 game">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<h4 class="text-white">FranBow</h4>
<p class="mb-0 text-white-50">A story of a girl looking for her cat. this game proved that puzzle games can be scary too.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="btn btn-primary mt-5 w-100" href="/games/">See More</a>
</section>
<section class="projects-section bg-dark" id="projects">
<div class="container px-4 px-lg-5">
<p class="gx-0 mb-4 mb-lg-5 align-items-center display-4 mt-5 text-center">My Recent blogs</p><hr>
<!-- Project One Row-->
<div class="row gx-0 mb-5 mb-lg-0 justify-content-center games">
<div class="col-lg-6">
<img class="img-fluid display-4 text-end" src="nothing" alt="nothing"/></div>
<div class="col-lg-6">
<div class="text-center h-100 game">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4>Nothing yet</h4>
<p class="mb-0 text-white-50">It's really empty in here.</p>
</div>
</div>
</div>
</div>
</div>
<a class="btn btn-primary mt-5 w-100" href="/blogs/">See More</a>
</section>
<!-- Signup-->
<section class="signup-section" id="signup">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
<h2 class="text-white mb-5">Wanna Contact Me?!</h2>
</div>
<div class="row">
<div class="col text-end">
<button class="btn btn-primary ">Sure</button>
</div>
<div class="col">
<button class="btn btn-primary ">Nope</button>
</div>
</div>
</div>
</div>
</section>
<!-- Contact-->
<section class="contact-section bg-black">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5">
<div class="col mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-light mb-2"></i>
<p class="lead text-uppercase m-0">Email me</p>
<hr class="my-4 mx-auto" />
<div><a href="mailto:[email protected]" class="lead">[email protected]</a></div>
</div>
</div>
</div>
<div class="col mb-3 mb-md-0">
<p class="display-4 mt-2 mb-5 text-center">My Socials</p>
<div class="social d-flex justify-content-center m-0">
<a class="mx-2" target="_blank" href="https://github.com/sassywoocoo"><i class="fab fa-github"></i></a>
<a class="mx-2" target="_blank" href="https://gitlab.com/sassywoocoo"><i class="fab fa-gitlab"></i></a>
<a class="mx-2" target="_blank" href="https://www.youtube.com/@sassywoocooo"><i class="fab fa-youtube"></i></a>
<a class="mx-2" target="_blank" href="https://www.instagram.com/sassywoocoo"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</section>
<footer class="footer bg-black small text-center text-white-50"><div class="container px-4 px-lg-5">Copyright © SassyWooCoo 2024</div></footer>
<script src="js/scripts.js"></script>
</body>
</html>