forked from noethix/trial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (49 loc) · 2.48 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
<!DOCTYPE html>
<html>
<head>
<title>portfolio</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<nav>
<ul id="navbar">
<li><a href="#welcome-section" rel="internal">Here</a></li>
<li><a href="#projects" rel="internal">Projects</a></li>
<li><a href="#contact" rel="internal">Contact</a></li>
</ul>
</nav>
<body>
<div id="welcome-section" >
<h1>Welcome to my world</h1>
<p>Gently hatching from the programming egg.</p>
</div>
<div id="projects" class="work">
<h2 class="work-header">Here is what I have done</h2>
<a href="https://codepen.io/noethix/full/jvwbLw/" target="_blank" class="project project-tile">
<img class="project-pic" src="https://res.cloudinary.com/noethix/image/upload/v1537349719/porfolio/functional_design.jpg" alt="project">
<div class="project-title">Functional Design</div>
</a>
<a href="https://codepen.io/noethix/full/vzZEem/" target="_blank" class="project project-tile">
<img class="project-pic" src="https://res.cloudinary.com/noethix/image/upload/v1537349719/porfolio/trbute_page.jpg" alt="project">
<div class="project-title">Tribute Page</div>
</a>
<a href="https://codepen.io/noethix/full/gdRaoP/" target="_blank" class="project project-tile">
<img class="project-pic" src="https://res.cloudinary.com/noethix/image/upload/v1537349719/porfolio/questionnaire.jpg" alt="project">
<div class="project-title">Questionnaire</div>
</a>
<a href="https://codepen.io/noethix/full/rZwapB/" target="_blank" class="project project-tile">
<img class="project-pic" src="https://res.cloudinary.com/noethix/image/upload/v1537349719/porfolio/tech_page.jpg" alt="project">
<div class="project-title">Technical Documentation Page</div>
</a>
<a href="https://codepen.io/noethix/" class="show-all" target="_blank">Projects</a>
</div>
<div class="contact">
<div class="header">
<h1>Ways to get in touch</h1>
<p>or send me a message!</p>
</div>
<a id='profile-link' href="https://github.com/noethix" target="_blank" class="contact-details"><img src="https://res.cloudinary.com/noethix/image/upload/v1537359418/GitHub-Mark-64px.png"></a>
<a href="mailto:[email protected]" class="contact-details" ><img src="https://res.cloudinary.com/noethix/image/upload/v1537202434/porfolio/email.png"></a>
<a href="tel:0033662290690" class="contact-details"><img src="https://res.cloudinary.com/noethix/image/upload/v1537360973/telephone.png"></a>
</div>
</body>
</html>