Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Parajuli
website
Commits
aa95fc44
Commit
aa95fc44
authored
May 28, 2021
by
Joe TS Dell
Browse files
update
parent
4f500c0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
public/css/custom.css
View file @
aa95fc44
...
...
@@ -37,5 +37,5 @@
}
.publication_card
{
height
:
250
px
;
padding
:
15
px
;
}
\ No newline at end of file
public/js/add_content.js
View file @
aa95fc44
...
...
@@ -33,7 +33,7 @@ function addcontent(item) {
}
new_row
.
innerHTML
=
new_row
.
innerHTML
+
'
<div class="col-lg-4">
'
+
'
<div class="card mb-4 shadow-sm extension">
'
+
'
<div class="card mb-4 shadow-sm extension
overflow-auto
">
'
+
'
<h5>
'
+
item
.
item
.
title
+
'
<span class="lead text-muted">
'
+
item
.
item
.
project
+
'
</span></h5>
'
+
'
<img class="thumbimg" src="
'
+
item
.
item
.
imageLink
+
'
" alt="">
'
+
'
<div class="card-body">
'
+
...
...
public/js/add_paper.js
View file @
aa95fc44
...
...
@@ -46,7 +46,7 @@ function addpaper(item) {
new_row
.
innerHTML
=
new_row
.
innerHTML
+
'
<div class="card" style="max-width: 1080px;">
'
+
'
<div class="row publication_card">
'
+
'
<div class="row publication_card
g-0
">
'
+
'
<div class="col-md-3">
'
+
'
<img src="
'
+
item
.
item
.
imageLink
+
'
" alt="..." style="width:100%">
'
+
'
</div>
'
+
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment