Skip to content

Commit

Permalink
Add members page
Browse files Browse the repository at this point in the history
  • Loading branch information
trietvuive committed Jul 18, 2021
1 parent 30b28c5 commit fb02900
Show file tree
Hide file tree
Showing 17 changed files with 1,426 additions and 116 deletions.
17 changes: 17 additions & 0 deletions content/members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title : "Our member"
layout: "career"
description: "Here are our members"


########### Gallery ##########
gallery:
enable : true
images:
- "images/gallery/gallery-01.png"
- "images/gallery/gallery-02.png"
- "images/gallery/gallery-03.png"
- "images/gallery/gallery-04.png"


---
3 changes: 3 additions & 0 deletions content/outreach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
layout: "outreach"
---
93 changes: 0 additions & 93 deletions content/test.md

This file was deleted.

2 changes: 1 addition & 1 deletion data/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ product:
- title : "Ecosystem"
image : "images/product/product-03.jpg"
content : "Omega OS Version 2.0 is the world’s first and only cloud operating system. See how this revolutionarys oftware can become the center of your business."
project_url : "#"
project_url : "/members"

- title : "Objects"
image : "images/product/product-02.jpg"
Expand Down
13 changes: 9 additions & 4 deletions public/career/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
href="https://examplesite.com#contact">Contact</a>
</li>

<li class="nav-item">
<a class="nav-link page-scroll"
href="https://examplesite.com/test">Test</a>
</li>

</ul>
</div>
</nav>
Expand Down Expand Up @@ -323,7 +328,7 @@ <h5 class="modal-title">Android Developer</h5>
<h3>Apply Now</h3>
</div>

<form action="#" method="post">
<form action="https://simple-form.com/[email protected]" method="post">
<div class="row">

<div class="col-lg-6 col-md-12">
Expand Down Expand Up @@ -424,7 +429,7 @@ <h5 class="modal-title">DevOps Engineer</h5>
<h3>Apply Now</h3>
</div>

<form action="#" method="post">
<form action="https://simple-form.com/[email protected]" method="post">
<div class="row">

<div class="col-lg-6 col-md-12">
Expand Down Expand Up @@ -525,7 +530,7 @@ <h5 class="modal-title">Operations Manager</h5>
<h3>Apply Now</h3>
</div>

<form action="#" method="post">
<form action="https://simple-form.com/[email protected]" method="post">
<div class="row">

<div class="col-lg-6 col-md-12">
Expand Down Expand Up @@ -626,7 +631,7 @@ <h5 class="modal-title">International Compliance Officer</h5>
<h3>Apply Now</h3>
</div>

<form action="#" method="post">
<form action="https://simple-form.com/[email protected]" method="post">
<div class="row">

<div class="col-lg-6 col-md-12">
Expand Down
5 changes: 5 additions & 0 deletions public/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
href="https://examplesite.com#contact">Contact</a>
</li>

<li class="nav-item">
<a class="nav-link page-scroll"
href="https://examplesite.com/test">Test</a>
</li>

</ul>
</div>
</nav>
Expand Down
Binary file added public/images/gallery/gallery-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
href="https://examplesite.com#contact">Contact</a>
</li>

<li class="nav-item">
<a class="nav-link page-scroll"
href="https://examplesite.com/test">Test</a>
</li>

</ul>
</div>
</nav>
Expand Down
9 changes: 9 additions & 0 deletions public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,14 @@
<description></description>
</item>

<item>
<title>Our member</title>
<link>https://examplesite.com/members/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://examplesite.com/members/</guid>
<description></description>
</item>

</channel>
</rss>
Loading

0 comments on commit fb02900

Please sign in to comment.