snxraven.me/index.html

53 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en" data-kantu="1">
<link type="text/css" rel="stylesheet" id="dark-mode-custom-link">
<link type="text/css" rel="stylesheet" id="dark-mode-general-link">
<style lang="en" type="text/css" id="dark-mode-custom-style"></style>
<style lang="en" type="text/css" id="dark-mode-native-style"></style>
<style lang="en" type="text/css" id="dark-mode-native-sheet"></style>
<link rel="stylesheet" type="text/css" href="https://snxraven.me/assets/style.css">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Raven's Container</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link
href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
</head>
<body>
<div class="container-fluid splash" id="splash">
<div class="container" style="padding-top: 195px; padding-bottom: 195px;">
<h1>SNXRaven<br> Sole Developer <br> Discord-Linux</h1>
<span class="lead">#LongLiveTheTerminal</span>
<span class="continue"><a href="https://snxraven.me/#about"><i class="fa fa-angle-down"></i></a></span>
</div>
</div>
<div class="container-fluid intro" id="about">
<div class="container">
<h2>About Me</h2>
<p>I am a 30 year old Datacenter Technician and Support Operator who loves linux and works on <a
href="https://discord-linux.com/">Discord-Linux</a> <BR>Coding the platform with a mix of NodeJS, Python, Go
and HTML + CSS.</p>
<BR>
<h2>Contact Me</h2>
<form action="mail.php" method="POST">
<div class="form-group">
<input type="text" name="mail" class="form-control" placeholder="Email Address">
</div>
<div class="form-group">
<input type="text" name="subject" class="form-control" placeholder="Subject">
</div>
<div class="form-group">
<textarea class="form-control" name="text" rows="3" placeholder="Your Message"></textarea><BR>
<button class="btn btn-default" type="submit">Send Message</button>
</div>
</form>
</div>
</div>
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://snxraven.me/assets/script.js' id="rendered-js"></script>