You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

103 lines
4.4 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Inbox - Free Bulma template</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<!-- Bulma Version 0.7.1-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" />
<link rel="stylesheet" type="text/css" href="../../static/css/annotation.css">
</head>
<body>
<nav class="navbar has-shadow"></nav>
<div class="columns" id="mail-app">
<aside class="column is-3 aside hero is-fullheight">
<div>
<div class="main">
<div class="field">
<div class="control">
<input class="input" type="text" placeholder="Search document">
</div>
</div>
</div>
<div class="main">
<a href="#" class="item">
<span class="icon">
<i class="fa fa-check"></i>
</span>
<span class="name">We must respect the will of the individual...</span>
</a>
<a href="#" class="item">
<span class="icon">
<i class="fa fa-check"></i>
</span>
<span class="name">Starred</span>
</a>
<a href="#" class="item">
<span class="icon">
<i class="fa fa-check"></i>
</span>
<span class="name">Sent Mail</span>
</a>
<a href="#" class="item">
<span class="icon">
<i class="fa"></i>
</span>
<span class="name">Folders</span>
</a>
</div>
</div>
</aside>
<div class="column is-7 is-offset-1 message hero is-fullheight" id="message-pane">
<div class="progress-bar">
<progress class="progress is-primary" value="15" max="100">15%</progress>
</div>
<div class="card">
<header class="card-header">
<div class="card-header-title tags" style="padding:1.5rem;">
<span class="tag is-info">Person</span>
<span class="tag is-warning">Location</span>
<span class="tag is-black">Organization</span>
<span class="tag is-primary">Date</span>
</div>
</header>
<div class="card-content">
<div class="content">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make
a type specimen book. It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of
Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software
like Aldus PageMaker including versions of Lorem Ipsum.
</div>
</div>
</div>
<div class="level" style="margin-top:30px;">
<a class="button level-left">
<span class="icon">
<i class="fas fa-chevron-left"></i>
</span>
<span>Prev</span>
</a>
<a class="button level-right">
<span>Next</span>
<span class="icon">
<i class="fas fa-chevron-right"></i>
</span>
</a>
</div>
</div>
</div>
<script src="https://unpkg.com/vue@2.5.16/dist/vue.min.js"></script>
</body>
</html>