-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (144 loc) · 7.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAAAis8AAAAAAADZ/wAA4f8AAJbgAAB+vQAAzPoAAGicAACR8gBAsv8AHOX/AACy7QAAAAAAAAAAAAAAAAAAAAAAERERGBgREREREREYGBERERERERd3d3EREREXdERERxEREXRLu7u0cRERdLZ3dmtHERdLZzMyJrURF0tjZmIiZRF0u2I6qqo1GGZmI6AAAKWYoxM6ARERBREKqqAREREQERAAARERERERERERERERERERERERERERERERERERERH+vwAA/r8AAP4HAAD4AwAA8AEAAPAAAADgAAAA4AAAAMAAAACAAAAAAHwAAMD+AADh/wAA//8AAP//AAD//wAA" rel="icon" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>William Chiozza</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa:700" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="loading">
<div id="spinner"></div>
</div>
<div id="particles-js"></div>
<div id="box">
<div class="box1 onlywide animated bounceOutLeft" style="animation-delay:1.7s;"></div>
<div class="box2 onlywide animated bounceOutLeft" style="animation-delay:1.8s;"></div>
<div class="box2 onlywide animated bounceOutLeft" style="animation-delay:1.9s;"></div>
<div class="box2 animated bounceOutRight" style="animation-delay:1.9s;"></div>
<div class="box2 onlywide animated bounceOutRight" style="animation-delay:1.8s;"></div>
<div class="box2 onlywide animated bounceOutRight" style="animation-delay:1.7s;"></div>
</div>
<a id="about" onclick="showabout()" class="animated fadeIn" style="animation-delay:2.2s;">about</a>
<a id="work" onclick="showwork()" class="animated fadeIn" style="animation-delay:2.2s;">work</a>
<a id="contact" onclick="showcontact()" class="animated fadeIn" style="animation-delay:2.2s;">contact</a>
<div id="middle" class="animated slideInDown" style="animation-delay:2.0s;">
<h1>Lardsonian.</h1>
<h2>Software Dev / 3D Artist </h2>
<div id="menu">
<a onclick="showabout()">about</a>
<a onclick="showwork()">projects</a>
<a onclick="showcontact()">contact</a>
</div>
<table>
<tr>
<td class="animated zoomIn" style="animation-delay:2.2s;"><a class="social" href="https://discordapp.com/users/1154190148876116029"><i class="fab fa-discord"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.4s;"><a class="social" href="https://github.com/babylard"><i class="fab fa-github"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.6s;"><a class="social" href="https://instagram.com/Lardsonian"><i class="fab fa-instagram"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.8s;"><a class="social" href="https://www.pinterest.com/babylard1/"><i class="fab fa-pinterest"></i></a></td>
</tr>
</table>
</div>
<div id="work_container" class="container">
<div onclick="closework()"><i class="fas fa-angle-right"></i></div>
<h1>projects</h1>
<section>
<h2>NetScan</h2>
<img src="https://github.com/babylard/NetScan/assets/75695872/40ad710c-4471-4910-91e3-2e29567890dc">
<p>
Network Scanner written in Python which lists IPs, MAC Addresses, and other information of devices on a specified network. can also deauth devices on vunreble networks.
</p>
<div id="used">
<div><i class="fas fa-circle"></i> Python</div>
</div>
<a href="https://github.com/babylard/NetScan"><button class="btn_one">Project Page</button></a>
</section>
<section>
<h2>IHM (I Hate Microsoft)</h2>
<p>
IHM is a Win10 Debloater. Still a WIP.
</p>
<div id="used">
<div><i class="fas fa-circle"></i> C#</div>
<div><i class="fas fa-circle"></i> PowerShell</div>
</div>
<a href="https://github.com/babylard/IHM"><button class="btn_one">Project Page</button></a>
</section>
<section>
<h2>AjcUtils</h2>
<p>
Console App written in C# that takes advantage of some abilities in the Animal jam Classic client intended for devs, along with some other features.
</p>
<div id="used">
<div><i class="fas fa-circle"></i> C#</div>
</div>
<a href="https://github.com/babylard/AjcUtils"><button class="btn_one">Project Page</button></a>
</section>
</div>
<div id="about_container" class="container">
<div onclick="closeabout()"><i class="fas fa-angle-left"></i></div>
<h1>about.</h1>
<section>
<h2>About me</h2>
<p>
Hello, I'm Lardsonian. I'm a C# Dev learning C++. I also do 3D as a hobby, mostly Archviz.
</p>
<p>
I keep my renders on my Instagram account, and my public Software on Github.
</p>
</section>
<section>
<h2>Languages</h2>
<p>
- C#
</p>
<p>
- Python
</p>
<p>
- C++
</p>
<p>
- Dabbled in Rust
</p>
<section>
<h2>Operating Systems</h2>
<p>
- Kubuntu
</p>
<p>
- Endeavor
</p>
<p>
- Windows 11 🤢
</p>
</section>
</div>
<div id="contact_container" class="container">
<div onclick="closecontact()"><i class="fas fa-angle-down"></i></div>
<h1>contact.</h1>
<section>
<h2>contact me</h2>
<p>
<form action="https://formspree.io/f/xdoqqrqr" method="POST">
<label><input type="text" placeholder="name" name="Name:" required></label>
<label><input type="email" placeholder="email" name="Email:"required><br></label>
<label><textarea placeholder="your message" name="Message:" required rows="5"></textarea><br></label>
<button class="btn_one" type="submit">send</button>
</form>
</p>
</section>
</div>
<div id="footer">
</div>
<script src="index.js" type="text/javascript"></script>
<script src="particles.js"></script>
<script src="app.js"></script>
</body>
</html>