/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 index.php

  • Committer: Daniel Johansson
  • Date: 2013-04-13 11:53:41 UTC
  • mfrom: (7 extremedatingapp)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: maila@danieljohansson.nu-20130413115341-fkiyetg1zf9jsg3e
Splitted out profile, started firstpage for flow

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        </header>
27
27
        <body id="wrapper">
28
28
                <div id="profile">
29
 
                <p id="profilename">Sven Okänd</p>
30
 
                <div id="profileimg">
31
 
                        <img src="img/profilemockup.jpg" />
32
 
                </div>
 
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
                                
 
40
                        </div>
 
41
                        <div id="wallflow">
 
42
                        </div>
33
43
                </div>
34
44
        </body>
35
45
</html>