-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (116 loc) · 4.51 KB
/
Copy pathindex.html
File metadata and controls
121 lines (116 loc) · 4.51 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fais Edathil</title>
<link rel="stylesheet" type="text/css" href="./styles/styles.css">
</head>
<body>
<div id="container-main">
<section class="section-page" id="hero-section">
<img id="profile-pic" src="./assets/profile-pic.jpg">
<div>
<h1 id="user-name">FAIS EDATHIL</h1>
<p id="bio">Self taught front end developer.
I started coding as a hobby and then eventually it became my passion.</p>
<p id="email"><a class="mail" href='mailto:faisedathil@yahoo.com'>faisedathil@yahoo.com</a></p>
<p id="mob"><a class="mail" href='tel:+97433308708'>+974 333 08 708</a></p>
</div>
</section>
<section class="section-page" id="socials-section">
<div id="social-lists">
<a href="https://www.linkedin.com/in/fais-edathil-815896241/" target="_blank">Linked in</a>
<a href="https://github.com/E-fais" target="_blank">Git hub</a>
<a href="https://www.facebook.com/fais.ck/" target="_blank">facebook</a>
</div>
</section>
<section class="section-page" >
<h2>Projects</h2>
<div class="project-card">
<a href="movie.html">Movie Trailer App</a>
</div>
<div class="project-card">
<a href="thallumala.html">Movie Review Blog</a>
</div>
<div class="project-card">
<a href="football.html">Foot Ball Highlites App</a>
</div>
<div class="project-card">
<a href="searchengine.html">Simple Search Engine</a>
</div>
<div class="project-card">
<a href="expensetracker.html">Expense Tracker</a>
</div>
</section>
<section class="section-page">
<h2>Tech Stack</h2>
<div id="tech-stack-wrapper">
<div class="card-tech-stack"><span>HTML | CSS | Java Script</span></div>
<div class="card-tech-stack"><span>React Js | mui | Bootsrap</span></div>
<div class="card-tech-stack"><span>Git | GitHub |GitHub Gist</span></div>
</div>
</section>
<section id="work-history" class="section-page">
<h2>Work Histtory</h2>
<div class="line-break"></div>
<div class="work-history-card">
<strong>Buisiness website</strong>
<p>July-2022</p>
<p>Static website for an accounting firm located in Calicut,Kerala. </p>
<a href="http://asaacalicut.netlify.app" target="_blank">ASAA Calicut</a>
<ul>
<li>Mobile Responsive</li>
<li>Styled Using Bootsrap</li>
</ul>
</div>
<div class="line-break"></div>
<div class="work-history-card">
<strong><a href="http://aavaonline.netlify.app" target="_blank">Portfolio Website</a></strong>
<p>August-2022</p>
<p>Personal portfolio website for a cheff</p>
<ul>
<li>React js</li>
<li>Mobile Responsive</li>
<li>Image Gallery</li>
<li>Image Slider Animation</li>
</ul>
</div>
<div class="line-break"></div>
<div class="work-history-card">
<strong><a href="http://raheempk.netlify.app" target="_blank">Portfolio Website</a></strong>
<p>September-2022</p>
<p>Personal Portfolio Website For a Research scientist </p>
<ul>
<li>Mobile Responsive</li>
<li>HTML,CSS project</li>
</ul>
</div>
</section>
<section class="section-page">
<h2>My Articles</h2>
<ul>
<li>
<h3>
<a target="_blank" href="https://e-fais.github.io/framer-motion-articles/">Framer Motion Tutorial</a>
</h3>
</li>
</ul>
<h2>My Gists</h2>
<ul>
<li>
<h4>
<a target="_blank" href="https://gist.github.com/E-fais/f465171f739b89433fbf57b884593250">Firebase CRUD for beginners</a>
</h4>
</li>
<li>
<h4>
<a target="_blank" href="https://gist.github.com/E-fais/f2d82b1f65fb611819607f4737ea8d4f">React Pagination Using MUI</a>
</h4>
</li>
</ul>
</section>
</div>
</body>
</html>