Skip to content

lfpelison/lfpelison.github.io

Repository files navigation

lfpelison.github.io

Go to the homepage

Some insights to the website

Some insights to the design

Some stuffs

linear-gradient(45deg,#0FF6EE 0,#25AB11 75%)
  <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,300italic,400italic' rel='stylesheet' type='text/css'>
  <link href='http://fonts.googleapis.com/css?family=Open+Sans|Montserrat:700' rel='stylesheet' type='text/css'>

https https://letsencrypt.org/getting-started/

canvas https://developer.mozilla.org/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Drawing_shapes

angularJS - ngMessages https://css-tricks.com/snippets/css/typewriter-effect/ (https://mattboldt.com/demos/typed-js/ ~ https://typeitjs.com/) https://github.com/gdi2290/NG6-starter

deploy rapido http://surge.sh/help/getting-started-with-surge https://zeit.co/now

trocar webpack por parcelJs

<link href="https://fonts.googleapis.com/css?family=Raleway|Roboto" rel="stylesheet"> 
<svg>
    <defs>
  			<linearGradient id="Gradient1" x1="0" y1="0" x2="100%" y2="0">
    			<stop offset="0%" stop-color="#BBC42A" />
    			<stop offset="100%" stop-color="#ED6E46" />
  			</linearGradient>
        <linearGradient id="Gradient2" x1="0" y1="0" x2="100%" y2="0">
    			<stop offset="0%" stop-color="#BFFF2A" />
    			<stop offset="100%" stop-color="#006E46" />
  			</linearGradient>
		</defs>
		<text x="45" y="20" fill="#000000" font-size="18" textLength="85" font-family="'Raleway', sans-serif" >Luis  Felipe</text>
	<polyline points="50,25 50,120 125,95" fill="url(#Gradient2)" 			stroke="#212121" stroke-width="10" />
  <polyline points="65,105 65,30 130,30" fill="url(#Gradient1)" 			stroke="#424242" stroke-width="10" />
  <polyline points="65,47 110,47" fill="transparent" 			
stroke="#424242" stroke-width="10" />
  <polyline points="80,99 80,62 105,62 110,80 80,80" fill="transparent" 			stroke="#616161" stroke-width="10" />
</svg>

Instructions to dev

  • To build a local server, run npm run server
  • To watch some modifications, run npm watch
  1. clone the repo
  2. npm install (to install node_modules)
  3. create a local server with npm run server
  4. do the modifications
  5. commit and push the changes

webpack isn't working properly

"If you wish to make an apple pie from scratch, you must first invent the universe." – Carl Sagan

Releases

No releases published

Packages

No packages published