Giter Club home page Giter Club logo

5-coming-soon's Introduction

Console.Writeline("Hello World!");
public class Urbbiz : IGitHubUser
{
	public string Forename = 'Andrius';
	public string Surname = 'Urbonas';
	public string Field = "Web development";
	public string PrimaryStack = ".Net 5, .Net 6";
	public bool AvailableForWork = true;
}
public class Skill 
{
  public string Type { get; set; }
  public string Name { get; set; }
}
public class Program
{
	public static void Main()
	{
		private List<Skill> _skills = new()
		{
			new Skill { Type="language", Name="C#"},
			new Skill { Type="language", Name="SQL"},
			new Skill { Type="language", Name="PHP"}
			new Skill { Type="language", Name="Symfony"}
			new Skill { Type="language", Name="PrestShop"}
			new Skill { Type="framework", Name="Laravel"},
			new Skill { Type="language", Name="JavaScript"},
			new Skill { Type="language", Name="HTML"},
			new Skill { Type="language", Name="CSS"},
			new Skill { Type="framework", Name=".Net Core 6"},
			new Skill { Type="framework", Name="ASP.Net Web API"},
			new Skill { Type="framework", Name="EF Core"},
			new Skill { Type="framework", Name="Angular"},
			new Skill { Type="framework", Name="Bootstrap"},
			new Skill { Type="framework", Name="Tailwind"},
			new Skill { Type="tool", Name="MSSQL"},
			new Skill { Type="tool", Name="Git"}
		};
		
		private string[] learningList = {"Heroku", "Azure Pipelines", "GitHub Workflows"};
	}
}

WORK IN PROGRESS


5-coming-soon's People

Contributors

urbbiz avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

9zz vzizz

5-coming-soon's Issues

Socials rendering

data from separate file
input validation (selector)
render socials with JS
js docs

Footer section

socials
bottom texts
For social icons we'll use FontAwesome v.4.7.

General form validator

single logic for any form in the page
validation rules can be detected based on data-* attribute values
on submit, if success: show success message in a "toast" component
on submit, if error: show error message in a "toast" component
js docs

Mouse

animation
Inner element is moving (up -> down) non-stop, every ~1s.

Progress bar

animation
Blue line is expanding from 0% to [x]% in ~1s.

Hero section

logo
h1
p
placeholder: clock
placeholder: subscribe form
placeholder: mouse

Clock rendering

input validation (selector)
render clock with JS
static content
js docs
Target date is New Year evening.

Content section

h2
p + nuorodos (www + email)
placeholder: progress bar
placeholder: message form

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.