-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworks.html
86 lines (83 loc) · 3.52 KB
/
works.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
<head>
<title>WIOS Designs</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#06090b">
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="/assets/icon.png"/>
<link rel="stylesheet" type="text/css" href="/styles/spicygrid.css"/>
</head>
<body>
<header>
<img src="/assets/icon.png">
<input type="checkbox" id="menutoggle">
<label for="menutoggle"></label>
<nav>
<a href="/index.html">Home</a>
<a href="/services.html">For Businesses</a>
<a href="/works.html">Our Works</a>
<a href="/oss.html">Open Source</a>
<a href="/contact.html">Contact Us</a>
</nav>
</header>
<section class="row1 acenter bgdark" style="padding: 25vh 5mm 20vh 5mm; background: url(assets/work.jpg); background-size: cover; background-position: center center; background-attachment: fixed;">
<div class="col1">
<h1 class="pagetitle">
Our Works
</h1>
</div>
</section>
<section class="row6 acenter bgdark">
<div class="col1 onlylarge"></div>
<div class="col4">
<h1 class="fgcolor">Websites</h1>
<br>
<a class="pflink" target="_blank" href="https://kipra.media">kipra.media</a>
<a class="pflink" target="_blank" href="http://seed-edu.in">seed-edu.in</a>
<a class="pflink" target="_blank" href="http://ncr.karbanic.com">ncr.karbanic.com</a>
<a class="pflink" target="_blank" href="http://bengaluru.karbanic.com">bengaluru.karbanic.com</a>
<a class="pflink" target="_blank" href="https://chassidex.org">chassidex.org</a>
<a class="pflink" target="_blank" href="http://klimart.biz">klimart.biz</a>
</div>
<div class="col1 onlylarge"></div>
<div class="col1 onlylarge"></div>
<div class="col4">
<h1 class="fgcolor">Landing Pages</h1>
<br>
<a class="pflink" target="_blank" href="https://purescanai.com">purescanai.com</a>
<a class="pflink" target="_blank" href="https://anicca.education">anicca.education</a>
<a class="pflink" target="_blank" href="https://igemiitm.netlify.com">igemiitm.netlify.com</a>
</div>
<div class="col1 onlylarge"></div>
<div class="col1 onlylarge"></div>
<div class="col4" class="logos">
<h1 class="fgcolor">Logo and branding</h1>
<br>
<img class="logo" style="height: 25mm; width: auto;" src="/portfolio/purescanai.png">
<img class="logo" style="height: 25mm; width: auto; background: #ffffff;" src="/portfolio/vedyog.png">
<img class="logo" style="height: 25mm; width: auto;" src="/portfolio/kipra.png">
</div>
<div class="col1 onlylarge"></div>
<div class="col1 onlylarge"></div>
<div class="col4" class="logos">
<h1 class="fgcolor">Miscellaneous</h1>
<br>
<a style="text-decoration: none;" class="pflink" target="_blank" href="https://purescanai.com">Icon font generation for chassidex.org</a>
<br>
<div style="display: inline-block; background: var(--d2); padding: 3mm; margin: 2mm; border-radius: 2mm;">
Programmatically generated artwork for ChassiDex
<br>
<img class="logo" src="/portfolio/chassidex.png">
</div>
<br>
Also, check out our <a href="/oss.html">open source projects</a> for more samples of our work
</div>
</section>
<section class="row1 acenter" style="padding-bottom: 10vh;">
<div class="col1">
<h1 class="fgcolor">Have a project/idea for us?</h1>
<a class="btn" href="/contact.html">Get in touch</a>
<div>
</section>
</body>
</html>