-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.2 KB
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 1.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>DFTi Github</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery.dateFormat-1.0.js"></script>
</head>
<body>
<header><img id="logo" src="assets/logo.jpg" alt="DFTi"></header>
<p id="welcome">
Welcome to DFTi's Github Page!
</p>
<ul>
<li>
<a href="https://github.com/DFTi/ScribbeoServer-Py">ScribbeoServer-Py</a>, server-side source for
<a href="http://scribbeo.com">Scribbeo</a>, a video collaboration tool available on the app store
</li>
<li>
<a href="https://github.com/DFTi/apple_manifest_rails"><b>caps-support</a>, a node.js-based filesystem logger that plays nice with rails
</li>
<li>
<a href="https://github.com/DFTi/apple_manifest_rails"><b>AppleManifestRails</a>, a mountable rails engine
for iOS application distribution with respect to device UDID
</li>
</ul>
<footer>
DFTi develops software for <a href="http://digitalfilmtree.com">digitalfilmtree</a>, a post-production house in Los Angeles, CA
</footer>
</body>
</html>