Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Author: Sourav Kumar Nanda
* Created: 29.09.2018
abc
**/

html,
Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<!DOCTYPE html>
<!-- comment added -->

<html lang="en" >

<head> <!-- The <head> element is a container for all the head elements.
Expand Down Expand Up @@ -26,7 +28,8 @@ <h1>Hey, I'm Emisha</h1>

<div id="projects" class="work">
<h2 class="work-header">These are some of my projects..</h2>

<!-- The <head> element is a container for all the head elements.
The <head> element can include a title for the document, scripts, styles, meta information, and more. -->

<a href="" class="project project-tile">
<img class="project-pic" src="images/projectbg1.png" alt="project">
Expand All @@ -36,6 +39,8 @@ <h2 class="work-header">These are some of my projects..</h2>
<img class="project-pic" src="images/projectbg2.png" alt="project">
<div class="project-title">Demo Project 2</div>
</a>


<a href="" class="project project-tile">
<img class="project-pic" src="images/projectbg3.png" alt="project">
<div class="project-title">Demo Project 3</div>
Expand Down