-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (55 loc) · 3.41 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Uthcode website">
<meta name="author" content="Senthil Kumaran">
<link rel="icon" href="assets/favicon.ico">
<title>Uthcode.com projects</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom/grid.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="page-header">
<img alt="uthcode" src="static/uthcode.png">
<p class="lead">simple, useful and sometimes silly projects.</p>
</div>
<h3>Learn to code.</h3>
<div class="row">
<div class="col-md-4 img"><a href="http://www.learntosolveit.com"><img src="static/learntosolveit.png"></a><br/><strong>Learn to Solve it!</strong></div>
<div class="col-md-4 img"><a href="http://slides.com/senthilkumaran"><img src="static/slides.png"></a><br/><strong>Slides from presentations.</strong></div>
<div class="col-md-4 img"><a href="https://www.youtube.com/playlist?list=PLC83D65E86B78048F"><img src="static/presentationvideos.png"></a><br/><strong>Videos of presentations.</strong></div>
</div>
<h3>Android Apps</h3>
<div class="row">
<div class="col-md-12 img"><a href="http://www.uthcode.com/androidtodo"><img src="static/androidtodo.png"></a><br/><strong>Simple Android todo app.</strong></div>
</div>
<h3>Web Applications</h3>
<div class="row">
<div class="col-md-6 img"><a href="http://discipline-score.appspot.com"><img src="static/disciplinescore.png"></a><br/><strong>Discipline Score. A utility to improve self-discipline by assigning scores to your todo list.</strong></div>
<div class="col-md-6 img"><a href="http://www.shalgreetings.com"><img src="static/shalgreetings.png"></a><br/><strong>Send beautiful Greeting cards to your Friends. A site similar to former Apple iCards</strong></div>
</div>
<h3>Websites</h3>
<div class="row">
<div class="col-md-4 img"><a href="http://www.spasticssocietyofkarnataka.org"><img src="static/spasticssocietyofkarnataka.png"></a><br/><strong>Spastics Society of Karnataka</strong></div>
<div class="col-md-4 img"><a href="http://www.yummysourashtra.com/"><img src="static/yummysourashtra.png"></a><br/><strong>YummySourashtra recipe site in Sourashtra</strong></div>
<div class="col-md-4 img"><a href="http://www.uthcode.com/happynewyear"><img src="static/happynewyear.png"></a><br/><strong>Happy New Year using clouds js library.</strong></div>
</div>
<div class="row">
<div class="col-md-12 img"><a href="http://www.uthcode.com/shalbday/"><img src="static/shalbday.png"></a><br/><strong>Birthday site for Shalini. Needs Google Earth plugin for browser.</strong></div>
</div>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>