-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
193 lines (158 loc) · 5.95 KB
/
index.php
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet" />
<link rel="stylesheet" href="static/css/main.css"/>
<link rel="stylesheet" href="static/css/media.css"/>
<link rel="stylesheet" href="static/css/items_grid.css"/>
<title>JAGADEESH P
| Web Developer</title>
</head>
<body>
<header id="header-home">
<div class="container">
<!-- Navbar -->
<nav id="main-nav">
<a href="">
<img src="static/img/logo.png" alt="Logo" id="logo" >
</a>
<ul>
<li><a href="index.html" class="current">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="contact.html">Contact</a></li>
<li>
<a href="static/resume/JAGADEESH P RESUME.pdf" download="JAGADEESH P RESUME">RESUME</a>
</li>
</ul>
</nav>
<div class="header-content">
<h1>
I Am JAGADEESH P <span class="txt-type" data-wait="2500" data-words='[" | Web Developer"]' ></span>
</h1>
<p class="lead"> Have a look at my work</p>
<a href="work.html" class="btn-light font-medium-weight">My Work</a>
</div>
</div>
</header>
<!-- Section A: Specialize -->
<section id="home-a" class="text-center py-2">
<div class="container">
<h2 class="section-title">
I Specialize In
</h2>
<div class="bottom-line"></div>
</div>
<p class="lead">
Specialized & occasional use of JavaScript/Web Developer.
</p>
<div class="specials">
<div>
<i class="far fa-file-alt fa-2x" style='color:red'></i>
<h3>
Concepting
</h3>
<p>
I learn new technologies ot framework by having a good understanding of the concept evolving behind it.
</p>
</div>
<div>
<i class="fa fa-desktop fa-2x" aria-hidden="true"></i>
<h3>
Web Developer
</h3>
<p>
My passion towards Web Development is huge. I spent a free time thinking of new features to implement to the projects I made.
</p>
</div>
<div>
<i class="fab fa-python fa-2x"></i>
<h3>
Python
</h3>
<p>
Python is the new found to add to my framework knowledge and learn every day so as to stay up-to-date with the technologies.
</p>
</div>
<div>
<i class="fas fa-thumbs-up fa-2x"></i>
<h3>
Interaction
</h3>
<p>
You can expect a good and well mannered group or 1-to-1 Interaction for the Project.
</p>
</div>
</div>
</section>
<!-- Section B: Stats -->
<section id="home-b" class="text-center py-2">
<div class="stats" style="text-align: center;">
<div>
<i class='fas fa-project-diagram fa-spin fa-3x'></i>
<ul>
<li class="stats-title">
Project Completed
</li>
<li class="stats-number">
2
</li>
</ul>
</i>
</div>
</section>
<!-- Section C: Process -->
<section id="home-c" class="text-center py-2">
<div class="container">
<h2 class="process-title">
My Creative Process
</h2>
<div class="bottom-line"></div>
<p class="lead">
All of my websites and projects are based off of a practical formula to get the result that Iam looking for
</p>
<div>
<i class="fas fa-object-ungroup fa-4x process-icon my-2">
<div class="process-step">
2
</div>
</i>
<h3>
Project Planning
</h3>
<p>
Project requirements will be analyzed completely and planning will be done based on that.
</p>
</div>
</div>
</div>
</section>
<footer id="main-footer">
<div class="footer-content container">
<p>
Copyright © 2021 All Rights Reserved
</p>
<div class="social">
<a href="https://github.com/jagadeeshpj" target="__blank" style="color: #fff;">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/p-jagadeesh-22923b18b/" target="__blank" style="color: #fff;">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://www.instagram.com/jagadeesh2001/" target="__blank" style="color: #fff;">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.facebook.com/jagadeesh.PJ.13/" target="__blank" style="color: #fff;">
<i class="fab fa-facebook"></i>
</a>
</div>
</div>
</footer>
<script src="static/js/typewriter.js"></script>
</body>
</html>