Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions contributors/shay.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shay Cormac</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 20px;
max-width: 400px;
text-align: center;
}
h1 {
font-size: 24px;
color: #333;
}
p {
font-size: 18px;
color: #666;
}
.social-links a {
margin: 0 10px;
color: #555;
text-decoration: none;
}
.social-links a:hover {
color: #000;
}
</style>
</head>
<body>
<div class="container">
<h1>Vimukthi Lakshan</h1>
<p>Hi, I'm Vimukthi Lakshan, known as Shay Cormac. I'm an Arch Linux lover, gaming enthusiast, and enjoy experimenting with VPN protocols. I'm an undergraduate software engineer at OUSL, currently working on the ModernGura website.</p>
<div class="social-links">
<a href="https://github.com/noobconner21" target="_blank">GitHub</a>
<a href="https://linkedin.com/in/vimukthi-lakshan21/" target="_blank">LinkedIn</a>
</div>
</div>
</body>
</html>