-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (44 loc) · 2.11 KB
/
index.html
File metadata and controls
58 lines (44 loc) · 2.11 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Isca framework" />
<meta name="author" content="P.Maher | Design by andreasviklund.com" />
<link rel="stylesheet" type="text/css" href="isca.css" title="Isca" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=0.6" />
<title>Isca</title>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script>
$(function(){
$("#page_header").load("page_header.html");
$("#page_footer").load("page_footer.html");
});
</script>
</head>
<body class="">
<div id="layout">
<div id="page_header" style="margin-top:-25px;">
</div>
<!-- Add the figure slider -->
<object data="isca_figure_slider_automatic.html" style="width:100%;height:600px;margin-top:80px;margin-bottom:-50px"> </object>
<div class="row">
<div class="col c3">
<h3><i>Isca</i> [is-ka ]</h3>
<p>1. a former <a href='https://en.wikipedia.org/wiki/Isca_Dumnoniorum', target="_blank">Roman city</a> located where present day Exeter is, </p>
<p>2. the <a href='https://en.wikipedia.org/wiki/Celtic_toponymy',
target="_blank">Latinized Celtic word</a> for running water, </p>
<p>3. cognate with <i>Uisce</i>, of <a href = 'http://www.romanobritain.org/4-celt/clb_tribe_dumnonni.htm', target="_blank">Uisce Beatha</a>, the Gaelic name for whiskey, </p>
<p>4. a modelling framework. </p>
</div>
<!--
<div class="col c9 alignjustify">
<h3><a href="https://twitter.com/IscaModel">News</a></h2>
<p class="text-center font-italic">We are working on a self-awareness feature. In the meantime, our Twitter feed is run by the Isca team. Follow us for the latest news.</p>
<a class="twitter-timeline" data-height="500" data-theme="light" href="https://twitter.com/IscaModel?ref_src=twsrc%5Etfw">Tweets by IscaModel</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div> -->
</div>
</div>
<div id="page_footer">
</div>
</body>
</html>