diff --git a/data/testimonials/1.yaml b/data/testimonials/1.yaml index 5eab770..e9a2732 100644 --- a/data/testimonials/1.yaml +++ b/data/testimonials/1.yaml @@ -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.
Friendly and open, it is a place to share new ideas, meet new people and watch interesting talks.
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" diff --git a/docs/index.html b/docs/index.html index a90bb3a..da27b9b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -355,15 +355,15 @@

Our Members

  • -

    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.

    +

    SerresTech is one of the most interesting technology communities I have ever met.
    Friendly and open, it is a place to share new ideas, meet new people and watch interesting talks.
    For me it was a big surprice that a small city in Greece - Serres - has such an active technology related community.

    - -
    John McIntyre
    -

    CEO, TransTech

    + +
    Theodoros Ploumis
    +

    Web developer

    diff --git a/readme.md b/readme.md index aa2b962..e8de799 100644 --- a/readme.md +++ b/readme.md @@ -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. @@ -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 @@ -43,4 +51,3 @@ git push origin master ``` #### 8. Open https://www.serrestech.gr -