Skip to content

Commit 29ef299

Browse files
Update Jefferson image and readme.md
1 parent 62b8ab2 commit 29ef299

File tree

6 files changed

+72
-1725
lines changed

6 files changed

+72
-1725
lines changed

Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
all: build
33

44
build:
5-
cd static; npm install
6-
cd static; bower install
7-
cd static; gulp build
5+
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
6+
nvm use 7
7+
cd src; yarn install
8+
npm rebuild node-sass
9+
gulp build
810

911
serve:
10-
cd static; gulp serve
12+
cd src; gulp

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ cd src
5050
yarn install
5151
```
5252

53+
### Rebuild node-sass
54+
55+
```bash
56+
npm rebuild node-sass
57+
```
58+
5359
### Run
5460

5561
```bash

src/site/html/about.ejs

Lines changed: 7 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -339,51 +339,6 @@
339339
<span class="icon-star"></span>
340340
</div>
341341
</li>
342-
<li>
343-
<div class="person flex-row">
344-
<div class="avatar flex-column">
345-
<div class="shadow">
346-
<img src="images/team/leo.jpg" alt="Leonardo Elias" width="210" height="210">
347-
</div>
348-
<ul class="flex-row">
349-
<li>
350-
<a href="https://www.facebook.com/leonardo.elias4" target="_blank">
351-
<span class="icon-facebook"></span>
352-
</a>
353-
</li>
354-
<li>
355-
<a href="https://twitter.com/leonardoelias_" target="_blank">
356-
<span class="icon-twitter"></span>
357-
</a>
358-
</li>
359-
<li>
360-
<a href="https://github.com/leonardoelias" target="_blank">
361-
<span class="icon-github"></span>
362-
</a>
363-
</li>
364-
<li>
365-
<a href="https://www.linkedin.com/in/leonardo-elias-6376b824" target="_blank">
366-
<span class="icon-linkedin"></span>
367-
</a>
368-
</li>
369-
</ul>
370-
</div>
371-
<div class="profile flex-column">
372-
<div class="subtitle">
373-
<h2>LEONARDO ELIAS</h2>
374-
<span></span>
375-
</div>
376-
<p>Possui formação em Análise e Desenvolvimento de Sistemas pela Universidade Paranaense - UNIPAR. Trabalha com o desenvolvimento de sistemas desde 2009. Se define como um profissional curioso, buscando constantemente inspirações e boas práticas de desenvolvimento.</p>
377-
</div>
378-
</div>
379-
<div class="stars flex-row">
380-
<span class="icon-star"></span>
381-
<span class="icon-star"></span>
382-
<span class="icon-star"></span>
383-
<span class="icon-star"></span>
384-
<span class="icon-star"></span>
385-
</div>
386-
</li>
387342
<li>
388343
<div class="person flex-row">
389344
<div class="avatar flex-column">
@@ -506,6 +461,13 @@
506461
<a href="https://coderockr.has-jobs.com" target="_blank">ENVIE O SEU CURRICULO</a>
507462
</div>
508463
</div>
464+
<div class="stars flex-row">
465+
<span class="icon-star"></span>
466+
<span class="icon-star"></span>
467+
<span class="icon-star"></span>
468+
<span class="icon-star"></span>
469+
<span class="icon-star"></span>
470+
</div>
509471
</li>
510472
</ul>
511473
</div>

src/site/images/estime-o-prazo.png

100755100644
34.2 KB
Loading

src/site/images/team/jefferson.jpg

1.52 KB
Loading

0 commit comments

Comments
 (0)