forked from CowWorks/CowWorks.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<title>CowWorks</title>
<link href="style.css" rel="stylesheet">
<meta property="og:title" content="CowWorks">
<meta property="og:description" content="An awesome website created by Adrian!">
<meta property="og:image" content="https://raw.githubusercontent.com/CowWorks/CowWorks.github.io/main/assets/littlecow.png">
<meta property="twitter:card" content="summary_large_image">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,600,700,800,900|Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
</head>
<body>
<header>
<div><a href="index.html">Welcome</a></div>
<div><a href="updates.html">Updates</a></div>
<div><a href="faq.html">FAQ</a></div>
<div><a href="cowfacts.html">Cow Facts</a></div>
</header>
<section>
<center><intro><div class="center-width-wrapper"><h1>Welcome to CowWorks!<br><br></h1></div></intro></center
<aboutme><div class="center-width-wrapper"><br><h2>A little bit about me:</h2><h3>Hello, my name is Adrian, and I'm a Spanish born American mathematician, programmer, and over all computer enthusiast. I am fluent in both Spanish and English. I'm currently working on two projects(not counting this website) which I aim to release out for public use.</h3><br>
<h2>Current projects:</h2><h3>Cow Framework - A header-only development framework targeted at general development(anything you feel like making) written in C99.</h3><br><h3>COW lang - COW lang(C On the basis of Wev development) is meant to be a C-like language which compiles into html, css, and js files allowing you to develop a website with a single language.</h3>
</div></aboutme>
</section>
<footer>
</footer>
</body>
</html>