-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (127 loc) · 6.91 KB
/
index.html
File metadata and controls
180 lines (127 loc) · 6.91 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
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
<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>ProgrammerDG's Portfolio</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- navbar -->
<nav id="nav">
<img src="images/logo.png" id="logoImg">
<div id="navLinksDiv">
<a href="#">Home</a>
<a href="#projectsSection">Projects</a>
<a href="#footer">Contact</a>
</div>
<button id="hamburgerBtn"><i class="fa fa-bars fa-2x"></i></button>
</nav>
<!-- nav ham display -->
<div id="navHamDisplayDiv" class="navHamDisplayDiv">
<button id="navHamDisplayCloseBtn"><i class="fa fa-times fa-3x"></i></button>
<a href="#">Home</a>
<a href="#projectsSection">Projects</a>
<a href="#footer">Contact</a>
</div>
<!-- carousel -->
<div id="carouselDiv">
<img src="images/navImg1.jpg" id="carouselImg">
</div>
<!-- intro section -->
<section id="introSection">
<h1 class="h1" id="introSectionH1">ProgrammerDG</h1>
<hr id="introSectionHr">
<p id="introSectionP">I am a Full Stack Developer with a good command on various trending techs.</p>
<div id="introSectionDiv"><a href="#servicesSection" id="introSectionA">MY SERVICES > </a></div>
</section>
<!-- intro section 2 -->
<section id="introSection2">
<h1 class="h1" id="introSection2H1">I always try to create my projects directly from my heart because it's all about the perfection everyone wants</h1>
<hr id="introSection2Hr">
<p id="introSection2P">As a software engineer, it's my responsibility to make projects that are helpful to the society and to solve those problems that are needed to be solved through my coding skills. Because at the end of the day am a programmer who has born on this planet called earth to solve problems.</p>
</section>
<!-- intro section 3 -->
<section id="introSection3">
<h1 class="h1">Working on Exclusive Projects</h1>
<hr id="introSection3Hr">
<p id="introSection3P">
Everything should be made as simple as possible. But to do that you have to master complexity.
Some people are good programmers because they can handle many more details than most people. But there are a lot of disadvantages in selecting programmers for that reason. It can result in programs that no one else can maintain.</p>
<div id="introSection3Div"><a href="#projectsSection" id="introSection3A">MY PROJECTS > </a></div>
</section>
<!-- services section -->
<section id="servicesSection">
<h1 class="h1" id="servicesSectionH1">My Services</h1>
<hr id="servicesSectionHr">
<div id="servicesSectionDiv">
<div>
<h1><i class="fa fa-user fa-3x"></i></h1>
<h1 class="h1">Front End Web Development</h1>
<p>
Front end development is a style of computer programming that focuses on the coding and creation of elements and features of a website that will then be seen by the user.</p>
</div>
<div>
<h1><i class="fa fa-database fa-3x"></i></h1>
<h1 class="h1">Backend Web Development</h1>
<p>Back end development build code that allows a database and an application to communicate with one another.</p>
</div>
<div>
<h1><i class="fa fa-desktop fa-3x"></i></h1>
<h1 class="h1">Responsive Web Design</h1>
<p>Responsive design allows your website content to flow freely across all screen resolutions and sizes, and renders it to look great on all devices.</p>
</div>
<div>
<h1><i class="fa fa-arrows fa-3x"></i></h1>
<h1 class="h1">Dynamic Web Design</h1>
<p>A dynamic website contains information and content that changes, depending on factors such as the viewer of the site, the time of the day, or the native language of viewer.</p>
</div>
</div>
</section>
<!-- projects section -->
<section id="projectsSection">
<h1 class="h1" id="projectsSectionH1">My Projects</h1>
<hr id="projectsSectionHr">
<div id="projectsSectionDiv">
<div>
<p>Quotes Arena</p>
<a href="https://secret-beyond-48953.herokuapp.com/" target="_blank"><img src="images/projImg1.png"></a>
</div>
<div>
<p>Music Beats</p>
<a href="https://programmerdg.github.io/MusicBeats/" target="_blank"><img src="images/projImg2.png"></a>
</div>
<div>
<p>Big Mart</p>
<a href="https://programmerdg.github.io/BigMart/" target="_blank"><img src="images/projImg3.png"></a>
</div>
<div>
<p>Tic Tac Toe</p>
<a href="https://programmerdg.github.io/TicTacToe/" target="_blank"><img src="images/projImg4.png"></a>
</div>
</div>
</section>
<!-- intro img -->
<img src="images/introImg.jpg" id="introImg">
<!-- about section -->
<section id="aboutSection">
<h1 class="h1" id="aboutSectionH1">About me</h1>
<hr id="aboutSectionHr">
<p id="aboutSectionP">With the aim of becoming a Full Stack Developer, currently I am pursuing Btech in Computer Science Engineering in Chitkara University, after scoring 91% in CBSE 10th boards and 90% in CBSE 12th boards. With the same pace I am also enhancing my skills of coding plus logic building from various renowned online courses as I believe in #Learning never stops. I always try to be on the path of #Live to the fullest. </p>
</section>
<!-- footer -->
<footer id="footer">
<div id="footerLinksDiv">
<a href="https://www.facebook.com/deepanshu.goyal.9081" target="_blank"><i class="fa fa-facebook fa-2x"></i></a>
<a href="https://www.youtube.com/channel/UCTk54XZ9Q2AALU371uJIKng" target="_blank"><i class="fa fa-youtube-play fa-2x"></i></a>
<a href="https://www.instagram.com/goyaldeepanshu2/" target="_blank"><i class="fa fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/deepanshu-0904461b6/" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a>
</div>
<p id="backToTopP"><a href="#">↑</a></p>
<p id="addressP">ProgrammerDG: deepanshu0182@gmail.com</p>
</footer>
<script src="index.js"></script>
</body>
</html>