summaryrefslogtreecommitdiff
path: root/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
blob: 0402ea27f5c272c4e0875e1c697f6d4999f6a167 (plain)
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
<html>
  <head>
    <title>Welcome to Jakarta EE!</title>
    <link rel="stylesheet" href="wr/styles/main.css">
  </head>
  <body>
    <div class = "header">
      <h2>Blog Name</h2>
    </div>
    <div class = "row">
      <div class = "leftcolumn">
      	<webobject name="cardlist">
          <div class = "card">
            <h2><webobject name="entryTitle"></webobject></h2>
            <h5>Title description, Dec 7, 2017</h5>
            <div class = "fakeimg" style = "height:200px;"> Image </div>
            <p>Some text..</p>
          </div>
        </webobject>
      </div>
      <div class = "rightcolumn">
        <div class = "card">
          <h2>About Me</h2>
          <div class = "fakeimg" style = "height:100px;"> Image </div>
          <p> Some text about me in culpa qui officia deserunt mollit anim.. </p>
        </div>
        <div class = "card">
          <h3>Popular Post</h3>
          <div class = "fakeimg">Image</div>
          <br />
          <div class = "fakeimg">Image</div>
          <br />
          <div class = "fakeimg">Image</div>
        </div>
        <div class = "card">
          <h3>Follow Me</h3>
          <p>Some text..</p>
        </div>
      </div>
    </div>
    <div class = "footer">
      <h2>Footer</h2>
    </div>
  </body>
</html>