/extremedating/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/extremedating/trunk

« back to all changes in this revision

Viewing changes to profile/profile.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-04-13 11:54:20 UTC
  • mfrom: (2.1.6 extremedating)
  • Revision ID: gustav.hartvigsson@gmail.com-20130413115420-b6bxqwer43ed5kky
merging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html>
 
3
<!--
 
4
    ExtremeDating - a Hackathon 2013 project.
 
5
    Copyright (C) 2013 Gustav Hartvigsson <gustav.hartvigsson@gmail.com>
 
6
    Copyright (C) 2013 Daniel Johansson <maila@danieljohansson.nu>
 
7
 
 
8
 
 
9
    This program is free software: you can redistribute it and/or modify
 
10
    it under the terms of the GNU Affero General Public License as
 
11
    published by the Free Software Foundation, either version 3 of the
 
12
    License, or (at your option) any later version.
 
13
 
 
14
    This program is distributed in the hope that it will be useful,
 
15
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
    GNU Affero General Public License for more details.
 
18
 
 
19
    You should have received a copy of the GNU Affero General Public License
 
20
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
21
-->
 
22
        <header>
 
23
                <title>Lunchdating</title>
 
24
                <link rel="stylesheet" type="text/css" href="../css/main.css"/>
 
25
                <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 
26
        </header>
 
27
        <body id="wrapper">
 
28
                <div id="profile">
 
29
                        <div id="profileheader">
 
30
                                <p id="profilename">Sven Okänd</p>
 
31
                        </div>
 
32
                        <div id="profileimg">
 
33
                                <img src="img/profilemockup.jpg"/>
 
34
                                <p id="smallheader">Personer jag vill träffa:</p>
 
35
                                <p id="profilelink">Herp Derp</p>
 
36
                                <p id="profilelink">Jane Doe</p>
 
37
                                <p id="smallheader">Personer som vill träffa mig:</p>
 
38
                                <p id="profilelink">Jane Doe</p>
 
39
                        </div>
 
40
                        <div id="profilecontent">
 
41
                        <p id="contentheaders">Mina intressen:</p>
 
42
                        <p> Fiske är roligt</p>
 
43
                        <p id="contentheaders">Jag gillar att äta:</p>
 
44
                        <p> Jag gillar fisk</p>
 
45
                        <p>Gurka är också gott</p>
 
46
                        </div>
 
47
                </div>
 
48
        </body>
 
49
</html>