content
This commit is contained in:
parent
230c03da48
commit
6d5d219a77
7 changed files with 93 additions and 73 deletions
29
news.html
29
news.html
|
|
@ -4,7 +4,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>The App</title>
|
||||
<link rel="icon" href="logo.svg">
|
||||
<title>another.im</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -19,42 +20,28 @@
|
|||
<div class="line"></div>
|
||||
</label>
|
||||
<div class="navigation">
|
||||
<a class="nav_butt_2" href="about.html">About Us</a>
|
||||
<a class="nav_butt_2" href="news.html">News</a>
|
||||
<a class="nav_butt_2" href="download.html">Download</a>
|
||||
<a class="nav_butt_2" href="contact.html">Contact</a>
|
||||
<a class="nav_butt_2" href="">###</a>
|
||||
<a class="nav_butt_2" href="">###</a>
|
||||
<a class="nav_butt_2" href="server.html">Server</a>
|
||||
<a class="nav_butt_2" href="about.html">About Us</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content_wrap">
|
||||
<div class="content_box">
|
||||
<div class="post_box">
|
||||
<div class="post_date">
|
||||
<p>18/11/2024</p>
|
||||
<p>01/12/2024</p>
|
||||
</div>
|
||||
<div class="post_name">
|
||||
<h3>loaded post header</h3>
|
||||
<h3>nothing</h3>
|
||||
</div>
|
||||
<div class="post_description multiline">
|
||||
<p>only 2 first lines will be shown</p>
|
||||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Molestias debitis facere eveniet temporibus aliquid inventore impedit ipsum rerum quia reprehenderit cum, itaque sint quis optio error pariatur. Suscipit sunt, corrupti commodi repudiandae minima, ducimus temporibus.</p>
|
||||
<p>Nothing here...</p>
|
||||
<p>yet.</p>
|
||||
</div>
|
||||
<a class="content_butt readmore" href="news/post_page.html">read more...</a>
|
||||
</div>
|
||||
<div class="post_box">
|
||||
<div class="post_date">
|
||||
<p>18/11/2024</p>
|
||||
</div>
|
||||
<div class="post_name">
|
||||
<h3>loaded post header</h3>
|
||||
</div>
|
||||
<div class="post_description multiline">
|
||||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Molestias debitis facere eveniet temporibus aliquid inventore impedit ipsum rerum quia reprehenderit cum, itaque sint quis optio error pariatur. Suscipit sunt, corrupti commodi repudiandae minima, ducimus temporibus.</p>
|
||||
</div>
|
||||
<a class="content_butt readmore" href="news/">read more...</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue