-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjobs.html
More file actions
25 lines (25 loc) · 848 Bytes
/
jobs.html
File metadata and controls
25 lines (25 loc) · 848 Bytes
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title> Jobs | Grammicode Software </title>
<link href="./style.css" type="text/css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="icon.ico" />
</head>
<body class="jobs">
<div class="header">
<a href="./home.html" class="logo"><image src="logo.png">Grammicode</a>
<div class="header-right">
<a href="./donate.html">Donate</a>
<a href="./jobs.html">Jobs</a>
<a href="./improve.html">Request Improvments</a>
</div>
</div>
<br>
<br>
<br>
<br>
<div class="info">
What to include in your application:<br>-List of known programming languages<br>-Hours available<br>-Abilities(related to development/IT)<br>Once you have written your application, send it to 'grammicode@gmail.com'.
</div>
</body>
</html>