-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathfall25.html
More file actions
91 lines (56 loc) · 1.72 KB
/
fall25.html
File metadata and controls
91 lines (56 loc) · 1.72 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
<!-- <!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" />
<link rel="stylesheet" href="fall25.css" />
<title>Document</title>
</head>
<body>
<section>
<nav>
<div class="links">
<a href="#projects">Projects</a>
<a href="mailto:callek2@montclair.edu">Email</a>
<a href="https://linkedin.com/in/kevincalle" target="_blank" rel="noopener">LinkedIn</a>
</div>
</nav>
<div class="introduction">
<h1>Hi, I am Kevin Calle</h1>
<h2>Web Developer</h2>
<a
href="./kevin_calle_resume-6.pdf"
target="_blank"
rel="noopener"
class="btn"
>View my resume</a
>
</div>
</section>
<section id="projects">
<h1>Projects</h1>
<div class="project">
<div class="project-description">
<h3>Personal Website</h3>
<p>Developed a website using html and css</p>
</div>
<img src="./website.png" class="project-image" />
</div>
<div class="project">
<div class="project-description">
<h3>Personal Website</h3>
<p>Developed a website using html and css</p>
</div>
<img src="./website.png" class="project-image" />
</div>
<div class="project">
<div class="project-description">
<h3>Personal Website</h3>
<p>Developed a website using html and css</p>
</div>
<img src="./website.png" class="project-image" />
</div>
</section>
</body>
</html> -->