Browse Source

add text to start page

master
Daniel Zimny 5 years ago
parent
commit
a9e54d5083
  1. 17
      _layouts/about.html
  2. 6
      _pages/about.md

17
_layouts/about.html

@ -11,20 +11,23 @@ layout: default
<p class="desc">{{ page.description }}</p>
</header>
<div class="clearfix">
{{ content }}
</div>
<video width=100% height=auto autoplay muted controls>
<source src="{{ page.profile.video | prepend: '/assets/video/' | relative_url }}" type="video/mp4">
Your browser does not support the video tag.
</video>
<p>
<hr>
</p>
{% if page.news %}
{% include news.html %}
{% endif %}
<!--
<video src="{{ page.profile.video | prepend: '/assets/video/' | relative_url }}" width=100% height=auto>
Your browser does not support the video tag.
</video>
-->
<!--
<article>
{% if page.profile %}
@ -40,10 +43,6 @@ layout: default
</div>
{% endif %}
<div class="clearfix">
{{ content }}
</div>
{% if page.selected_papers %}
{% include selected_papers.html %}
{% endif %}

6
_pages/about.md

@ -18,8 +18,4 @@ selected_papers: false # includes a list of papers marked as "selected={true}"
social: false # includes social icons at the bottom of the page
---
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com){:target="\_blank"}. You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/){:target="\_blank"} and [Academicons](https://jpswalsh.github.io/academicons/){:target="\_blank"}, like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,

Loading…
Cancel
Save