summaryrefslogtreecommitdiff
path: root/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-10-13 17:17:25 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-10-13 17:17:25 -0400
commitefbf2608a8c3085d49d7df74fa3eca107a703f62 (patch)
treedf4596d52dbd039486d6b3d88beb1478592fed4c /wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
parentab37f52711db817f1d59dbe2465d65ce9b4b936e (diff)
Add CSS to the blog
Adds a proper set of CSS styles to the blog test application
Diffstat (limited to 'wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html')
-rw-r--r--wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html105
1 files changed, 48 insertions, 57 deletions
diff --git a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
index a5de5d7..48143bd 100644
--- a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
+++ b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
@@ -1,58 +1,49 @@
<html>
- <head>
- <title>Welcome to Jakarta EE!</title>
- </head>
- <body>
- <div class="header">
- <h2>Blog Name</h2>
- </div>
-
- <div class="row">
- <div class="leftcolumn">
- <webobject name="cardlist">
- <div class="card">
- <h2>TITLE HEADING</h2>
- <h5>Title description, Dec 7, 2017</h5>
- <div class="fakeimg" style="height:200px;">
- Image
- </div>
- <p>Some text..</p>
- </div>
- </webobject>
- <div class="card">
- <h2>TITLE HEADING</h2>
- <h5>Title description, Sep 2, 2017</h5>
- <div class="fakeimg" style="height:200px;">
- Image
- </div>
- <p>Some text..</p>
- </div>
- </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>
+ <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">
+ <div class = "card">
+ <h2>TITLE HEADING</h2>
+ <h5>Title description, Dec 7, 2017</h5>
+ <div class = "fakeimg" style = "height:200px;"> Image </div>
+ <p>Some text..</p>
+ </div>
+ <div class = "card">
+ <h2>TITLE HEADING</h2>
+ <h5>Title description, Sep 2, 2017</h5>
+ <div class = "fakeimg" style = "height:200px;"> Image </div>
+ <p>Some text..</p>
+ </div>
+ </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> \ No newline at end of file