This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.html
142 lines (124 loc) · 4.58 KB
/
history.html
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<title>History</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700">
<link rel="stylesheet" href="./stylesheets/prereview.css">
<body>
<div class="nav w-100 flex items-center justify-between bb b--black-10">
<div class="logo">
<img src="images/logoblk.png" height="40px">
</div>
<div class="pv2 flex items-center">
<div class="notifications ph2">
<img src="images/notifications.svg" height="15" width="15">
</div>
<div class="login ph2">
<img src="images/avatar.png" height="30" width="30">
</div>
</div>
</div>
<div id="body" class="body w-40 flex justify-center">
<div class="content dark-gray">
<div class="author mt4 f4 pl2 pb3">
Bryan Leland
</div>
</div>
</div>
<div id="body" class="body w-100 flex justify-center">
<div class="margin"> </div>
<div class="content w-70 mt4 f6">
<div class="reviewhstry pb2">
MY REVIEW HISTORY
</div>
<div class="articles">
<div class="article w-100 bb b--black-10 pb3 mb3">
<div class="topic w-100 pv2">
Neuroscience
</div>
<div class="title w-100" >
Directional selectivity of afferent neurons in zebrafish neromasts is regualated by Emx2
in presynaptic hair cells.
</div>
<div class="footer flex justify-between pv4">
<div class="left">
Submitted by Bryan Leland 18 Jan, 2018
</div>
<div class="right">
3 Reviews
|
<a href="#">Review this preprint</a>
</div>
</div>
</div>
</div>
<div class="articles">
<div class="article w-100 bb b--black-10 pb3 mb3">
<div class="topic w-100 pv4">
Neuroscience
</div>
<div class="title w-100" >
Directional selectivity of afferent neurons in zebrafish neromasts is regualated by Emx2
in presynaptic hair cells.
</div>
<div class="footer flex justify-between pv4">
<div class="left">
Submitted by Bryan Leland 18 Jan, 2018
</div>
<div class="right">
3 Reviews
|
<a href="#">Review this preprint</a>
</div>
</div>
</div>
<div class="articles">
<div class="article w-100 bb b--black-10 pb3 mb3">
<div class="topic w-100 pv4">
Neuroscience
</div>
<div class="title w-100" >
Directional selectivity of afferent neurons in zebrafish neromasts is regualated by Emx2
in presynaptic hair cells.
</div>
<div class="footer flex justify-between pv4">
<div class="left">
Submitted by Bryan Leland 18 Jan, 2018
</div>
<div class="right">
3 Reviews
|
<a href="#">Review this preprint</a>
</div>
</div>
</div>
<div class="articles">
<div class="article w-100 bb b--black-10 pb3 mb3">
<div class="topic w-100 pv4">
Neuroscience
</div>
<div class="title w-100" >
Directional selectivity of afferent neurons in zebrafish neromasts is regualated by Emx2
in presynaptic hair cells.
</div>
<div class="footer flex justify-between pv4">
<div class="left">
Submitted by Bryan Leland 18 Jan, 2018
</div>
<div class="right">
3 Reviews
|
<a href="#">Review this preprint</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>