Skip to content

Commit

Permalink
Add data links
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorosploumis committed Sep 26, 2018
1 parent 572330e commit 952d6ad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
8 changes: 4 additions & 4 deletions data/testimonials/1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections."
name: "John McIntyre"
position: "CEO, TransTech"
avatar: "img/testimonials/person-1.jpg"
text: "SerresTech is one of the most interesting technology communities I have ever met. <br>Friendly and open, it is a place to share new ideas, meet new people and watch interesting talks. <br>For me it was a big surprice that a small city in Greece - Serres - has such an active technology related community."
name: "Theodoros Ploumis"
position: "Web developer"
avatar: "https://avatars1.githubusercontent.com/u/1315321"
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,15 +355,15 @@ <h2>Our Members</h2>
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.</p>
<p>SerresTech is one of the most interesting technology communities I have ever met. <br>Friendly and open, it is a place to share new ideas, meet new people and watch interesting talks. <br>For me it was a big surprice that a small city in Greece - Serres - has such an active technology related community.</p>
</div>
<div class="bottom">
<div class="icon"><i class="fa fa-quote-left"></i>
</div>
<div class="name-picture">
<img class="" alt="" src="https://www.serrestech.gr/img/testimonials/person-1.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
<img class="" alt="" src="https://avatars1.githubusercontent.com/u/1315321">
<h5>Theodoros Ploumis</h5>
<p>Web developer</p>
</div>
</div>
</div>
Expand Down
13 changes: 10 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We are an **open, non-profit community** for anyone interested in software devel

## About the website

This is a static static that is generated by [Hugo](https://gohugo.io).
This is a static static that is generated by [Hugo](https://gohugo.io).

Before trying to update content and submit changes to Github please install **Hugo** and follow the instructions bellow.

Expand All @@ -16,13 +16,21 @@ git clone git@github.com:serrestech/website.git
cd website
```

#### 2. Start hugo compiler - generator
#### 2. Start hugo compiler - generator
```
hugo server
```

#### 3. Make changes, add content etc

Here is the structure of data/content.

- Site [carousel](https://github.com/serrestech/website/tree/master/data/carousel)
- Site [clients](https://github.com/serrestech/website/tree/master/data/clients)
- Site [teasers](https://github.com/serrestech/website/tree/master/data/teasers)
- Site [testimonials](https://github.com/serrestech/website/tree/master/data/testimonials)
- [Blog posts](https://github.com/serrestech/website/tree/master/content/blog)

#### 4. Stop hugo server by typing "CTRL + C"

#### 5. Remove the /docs folder at all
Expand All @@ -43,4 +51,3 @@ git push origin master
```

#### 8. Open https://www.serrestech.gr

0 comments on commit 952d6ad

Please sign in to comment.