-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
189 lines (136 loc) · 6.5 KB
/
Copy pathindex.html
File metadata and controls
189 lines (136 loc) · 6.5 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
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Merriweather|Six+Caps" rel="stylesheet">
<!-- font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="index.css">
<meta charset="utf-8">
<title>Modal Website</title>
</head>
<body>
<!-- -->
<!-- HERO SECTION -->
<div class="welcome">
<h1> Welcome to my<span> PORTFOLIO</span></h1>
</div>
<!-- WELCOME SECTION -->
<section class="intro">
<div class="intro-left">
<img src="img/welcome-01.png" alt="immage unnavailable">
</div>
<!-- welcome middle contains the text -->
<div class="intro-middle">
<h2>MAKE IT HAPPEN</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nesciunt quasi, molestias blanditiis vero! Distinctio temporibus eaque itaque est aliquid voluptatibus!</p>
</div>
<div class="intro-right">
<img src="img/welcome-02.png" alt="immage unnavailable">
</div>
</section>
<!-- ABOUT ME -->
<div class="container">
<section class="about-me">
<img class="about-img" src="img/joe-portfolio.png" alt="joe portfoloi img">
<h1 class="about-title">Joe <div>Portfolio</div> </h1>
<h2 class="about-subtitle">Designer & Developer</h2>
<div class="about-text">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</section>
</div>
<!-- PORTFOLIO -->
<section class="portfolio">
<div class="container">
<h1>MY WORK</h1>
<!-- portfolio items -->
<div class="portfolio-items">
<!-- portfolio item 1 -->
<!-- we'll add efects to the first item so we give it a second class of featured -->
<figure class="portfolio-item featured">
<img src="img/portfolio-01.jpg" alt="porfolio img not avvailable">
<figcaption>
<h2 class="portfolio-title">PROJECT NAME</h2>
<p class="portfolio-desc"> Short project description could, in theory, go here </p>
<a class="portfolio-link" href="#">Read More <i class="fas fa-arrow-right"></i> </a>
</figcaption>
</figure>
<!-- portfolio item 2-->
<figure class="portfolio-item ">
<img src="img/portfolio-04.jpg" alt="porfolio img not avvailable">
<figcaption>
<h2 class="portfolio-title">PROJECT NAME</h2>
<p class="portfolio-desc"> Short project description could, in theory, go here </p>
<a class="portfolio-link" href="#">Read More <i class="fas fa-arrow-right"></i></a>
</figcaption>
</figure>
<!-- portfolio item 3-->
<figure class="portfolio-item">
<img src="img/portfolio-03.jpg" alt="porfolio img not avvailable">
<figcaption>
<h2 class="portfolio-title">PROJECT NAME</h2>
<p class="portfolio-desc"> Short project description could, in theory, go here </p>
<a class="portfolio-link" href="#">Read More <i class="fas fa-arrow-right"></i></a>
</figcaption>
</figure>
<!-- portfolio item 4-->
<figure class="portfolio-item">
<img src="img/portfolio-04.jpg" alt="porfolio img not avvailable">
<figcaption>
<h2 class="portfolio-title">PROJECT NAME</h2>
<p class="portfolio-desc"> Short project description could, in theory, go here </p>
<a class="portfolio-link" href="#">Read More <i class="fas fa-arrow-right"></i></a>
</figcaption>
</figure>
<!-- portfolio item 5-->
<figure class="portfolio-item">
<img src="img/portfolio-05.jpg" alt="porfolio img not avvailable">
<figcaption>
<h2 class="portfolio-title">PROJECT NAME</h2>
<p class="portfolio-desc"> Short project description could, in theory, go here </p>
<a class="portfolio-link" href="#">Read More <i class="fas fa-arrow-right"></i></a>
</figcaption>
</figure>
<!-- end portfolio items -->
</div>
</div>
</section>
<section class="contact">
<h1>CONTACT ME</h1>
<form class="" action="index.html">
<!-- name -->
<label class="name" for="name">Name:
<input type="text" id="name">
</label>
<!-- email -->
<label class="email" for="email">Email:
<input type="email" id="email">
</label>
<!--textarea message-->
<label class="message" for="message">Message:
<textarea name="" id="message"></textarea>
</label>
<input class="button form-button" type="submit" name="" id="submit-btn" value="SEND">
</form>
</section>
<!-- FOOTER -->
<footer>
<p>Follow me on social media</p>
<!-- this div contins our social media icons -->
<div class="social-icons">
<img class="social-icon" src="img/twitter.svg" alt="unnavailable">
<img class="social-icon" src="img/instagram.svg" alt="unnavailable">
<img class="social-icon" src="img/github.svg" alt="unnavailable">
</div>
<!-- copyright <-->
<p class="copyright">Copyright 2017 Joe Portfolio</p>
</footer>
</body>
</html>
<!-- andrei is dope -->