-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhiring.html
51 lines (41 loc) · 2.49 KB
/
hiring.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ichiban | 一番</title>
<meta name="title" content="Ichiban 404">
<meta name="description" content="Page Not Found ">
<meta property="og:url" content="https://ichibanstudios.netlify.app">
<meta property="og:image" content="img/sad_chibi.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<meta property="og:image" content="media/image/sad_chibi.png">
<link href="media/image/sad_chibi.png" rel="icon">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/hiring.css">
<script src="js/index.js"></script>
<script src="js/date.js"></script>
</head>
<body><div class="container">
<div class="card">
<div class="error">
<div class="title"> WE ARE HIRING! </div>
<div class="description">We are looking for fellow developers to help work on a project. Ichiban Studios is a small company currently owned and ran by 1 person in his free time.</div>
<p class="Job List"> Below are the jobs We are hiring for. The only issue is you wont be getting payment until the company actually takes off because I can't afford it 😅
<ul>
<li><a href="#">Front End Developer</a> (We need someone to make the website look aesthetically pleasing.)</li>
<li><a href="#">Back End Developer</a> (Someone who can make the functionalities on the website. forms, buttons, etc)</li>
<li><a href="#">Code Optimizer</a> (Someone who is able to optimize the code without changing the website itself.)</li>
<li><a href="#">Beta Testers</a> (Someone who tests the website and reports any bugs they find and makes suggestions.)</li>
</ul>
</p>
<p class="sub"> • <a href="./contact.html">Contact</a> • <a href="./job-requirements.html">Information</a> • <a href="./terms-of-service.html">Terms of Service</a></p>
<a href="./index.html" class="neon-button">Home</a>
</div>
</div>
</div>
<div class="Sailor"> Sailor ♡ </div>
<div class="Amaya">Amaya ♡</div>