forked from icl/187A_portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (61 loc) · 2.76 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ingrids portfolio</title>
<meta name="description" content="Cogs 187A: My portfolio">
<meta name="author" content="Ingrid Selmer Tar¿y">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Base Stylsheets http://twitter.github.com/bootstrap/ -->
<link rel="stylesheet" href="stylesheets/lib/jquery.fancybox.css" >
<!-- Your Stylesheets -->
<link rel="stylesheet" href="stylesheets/main.css" >
<!-- Base Javascripts -->
<script src="javascripts/lib/base.js"></script>
<!-- Fancybox Lightbox http://fancyapps.com/fancybox/#examples -->
<script src="javascripts/lib/jquery.fancybox.js"></script>
<!-- Your Javascripts -->
<script src="javascripts/main.js"></script>
</head>
<body>
<div class="container">
<div class="span10">
<div class="top-text">
<a href = "index.html" > Home </a>
 
<a href ="about.html" >About </a>
 
<a href ="contact.html" >Contact </a>
</div>
<a href ="index.html"> <h2>Web-designer Ingrid Selmer </h2> </a>
<a href ="index.html"> Portfolio</a>
<div class= "footer">
Name: Ingrid Selmer <br>
E-mail: [email protected]
</div>
</div>
<div class = "span12">
<a href="projects/thesurfer.html" title="The surfer">
<img src="images/7.JPG" width = "700" height ="100"/></a>
<div class = "front-text1">
<a href= "projects/thesurfer.html" > Web design: The surfer </a> </div>
<a href="projects/myportfolio.html" title="My portfolio">
<img src="images/16.JPG" width = "700" height ="100"/></a>
<div class = "front-text2">
<a href= "projects/myportfolio.html" > Web design: My portfolio </a></div>
<a href="projects/redcross.html" title="Red cross">
<img src="images/15.JPG" width = "700" height ="100"/></a>
<div class = "front-text3">
<a href= "projects/redcross.html" > Web design: Red cross </a>
</div>
<a href="projects/lostworld.html" title="Lost world">
<img src="images/1.JPG" width = "700" height ="100"/></a>
<div class = "front-text4">
<a href= " projects/lostworld.html"> Gallery: Lost world </a> </div>
</div>
</div>
</body>
</html>