-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (139 loc) · 6.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sina Codes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style/main.css" />
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</head>
<body>
<!-- <div class="parallax-container"> -->
<div class="container">
<h2 class="my-title1 center">
< Sina Codes />
</h2>
<h4 class="my-title2 center">
< Full Stack Developer />
</h4>
<div class="center scroll-container">
<a class="my-scroll scroll-links" href="#About">About</a>
<a class="my-scroll scroll-links" href="#Skills">Skills</a>
<a class="my-scroll scroll-links" href="#Projects">Projects</a>
</div>
</div>
<!-- <div class="parallax"><img src="images/parallax1.jpg"></div> -->
<!-- </div> -->
<div class="row my-bg">
<div class="col s12 m12 l12">
<div class="container">
<div id="About" class="section scrollspy">
<h4 class="header">
<hr>
< About />
</h4>
</div>
<div class="center">
<img class="responsive-img img-size circle" src="https://s3-eu-west-1.amazonaws.com/sinacodes/img/sina.jpg" alt="Profile image">
<h6 class="center">Passionate full stack developer, and ramen noodles addict, who loves all things tech. I
have mid-level experince working with front-end and back-end technologies as well as building and
maintaining AWS infrastructure. If you are interested in finding out more, feel free to contact me.</h6>
<a href="https://uk.linkedin.com/in/sina-kabki-b22b07146"><img class="contact-logo-linkedin" src="https://cdn.svgporn.com/logos/linkedin.svg" alt="LinkedIn @Sina Kabki"></a>
<a href="https://twitter.com/lifeofsinaa"><img class="contact-logo" src="https://cdn.svgporn.com/logos/twitter.svg" alt="Twitter @lifeofsinaa"></a>
</div>
</div>
</div>
</div>
<div class="row my-bg">
<div class="col s12 m12 l12">
<div class="container">
<div id="Skills" class="section scrollspy">
<h4 class="header">
<hr>
< Skills />
</h4>
</div>
<div class="center">
<img class="skill-logo tooltipped" data-position="bottom" data-tooltip="HTML5" src="https://cdn.svgporn.com/logos/html-5.svg"
alt="HTML5">
<img class="skill-logo tooltipped" data-position="bottom" data-tooltip="CSS3" src="https://cdn.svgporn.com/logos/css-3.svg"
alt="CSS3">
<img class="skill-logo tooltipped" data-position="bottom" data-tooltip="React.js" src="https://cdn.svgporn.com/logos/react.svg"
alt="React.js">
<img class="skill-logo tooltipped" data-position="bottom" data-tooltip="Vue.js" src="https://cdn.svgporn.com/logos/vue.svg"
alt="Vue.js">
<img class="skill-logo tooltipped" data-position="bottom" data-tooltip="Node.js" src="https://cdn.svgporn.com/logos/nodejs.svg"
alt="Node.js">
<img class="skill-logo tooltipped" data-position="bottom" data-tooltip="Postgresql" src="https://cdn.svgporn.com/logos/postgresql.svg"
alt="Postgresql">
<img class="skill-logo tooltipped" data-position="bottom" data-tooltip="Redis" src="https://cdn.svgporn.com/logos/redis.svg"
alt="Redis">
<img class="skill-logo tooltipped" data-position="bottom" data-tooltip="Amazon Web Services" src="https://cdn.svgporn.com/logos/aws.svg"
alt="AWS">
</div>
</div>
</div>
</div>
<div class="row my-bg">
<div class="col s12 m12 l12">
<div class="container">
<div id="Projects" class="section scrollspy">
<h4 class="header">
<hr>
< Projects />
</h4>
</div>
<div class="card horizontal blue-grey">
<div class="card-image project-pic">
<img src="https://s3-eu-west-1.amazonaws.com/sinacodes/img/pwnd.jpg">
</div>
<div class="card-stacked">
<div class="card-content">
<h6 class="header">Have I been PWNED?</h6>
<p>Have your emails or passwords been compromised in a recent data breach? Find out with this App.</p>
</div>
<div class="card-action">
<a href="https://sinacodes95.github.io/pwnedApp">Demo</a>
<a href="https://github.com/sinacodes95/pwnedApp">Code</a>
</div>
</div>
</div>
<div class="card horizontal blue-grey">
<div class="card-image project-pic">
<img src="https://s3-eu-west-1.amazonaws.com/sinacodes/img/monsters_eat.PNG">
</div>
<div class="card-stacked">
<div class="card-content">
<h6 class="header">2D game inspired by Super Mario</h6>
<p>If you like 2D games or just want to kill some time then feel free to try Monster_Eat.</p>
</div>
<div class="card-action">
<a href="https://sinacodes95.github.io/Monsters_Eat/">Demo</a>
<a href="https://github.com/sinacodes95/Monsters_Eat">Code</a>
</div>
</div>
</div>
<div class="card horizontal blue-grey">
<div class="card-image project-pic">
<img src="https://cdn.svgporn.com/logos/lodash.svg">
</div>
<div class="card-stacked">
<div class="card-content">
<h6 class="header">Lodash Re-implementation</h6>
<p>These are my implementation of some of the functions from the Lodash functional library.</p>
</div>
<div class="card-action">
<a href="https://github.com/sinacodes95/Reimplement-lodash">Code</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="scripts/index.js"></script>
</body>
</html>