-
Notifications
You must be signed in to change notification settings - Fork 0
/
myportfolio.html
67 lines (58 loc) · 2.39 KB
/
myportfolio.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
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MyPortfolio</title>
</head>
<body>
<h2>Caroline de Moraes Oliveira</h2>
<img src="C:\Users\Caroline\Desktop\Coding Dojo\Web Fun\HTML\MyPortfolio\imagem bem menor.jpg" alt="carolinephoto">
<img src="C:\Users\Caroline\Desktop\Coding Dojo\Web Fun\HTML\MyPortfolio\github40x40.jpg" alt="githubsymbol">
<a href = "https://github.com/CarolineMoraesOliveira">GitHub</a>
<img src="C:\Users\Caroline\Desktop\Coding Dojo\Web Fun\HTML\MyPortfolio\linkedin40x40.jpg" alt="linkedinsymbol">
<a href = "https://www.linkedin.com/in/caroline-de-moraes-oliveira-a46174114/">LinkedIn</a>
<img src="C:\Users\Caroline\Desktop\Coding Dojo\Web Fun\HTML\MyPortfolio\email40x40.jpg" alt="emailsymbol">
<a href = "mailto:[email protected]">Email</a>
<h4><strong>Technologies</strong></h4>
<table>
<tr>
<th>Front-end</th>
<th>Phyton</th>
<th>JavaScript</th>
<th>Database</th>
<th>Concepts</th>
</tr>
<tr>
<td>HTML5</td>
<td>Django</td>
<td>Express</td>
<td>MySQL</td>
<td>AJAX</td>
</tr>
<tr>
<td>CSS3</td>
<td>Flask</td>
<td>Mongoose</td>
<td>MongoDB</td>
<td>OOP</td>
</tr>
<tr>
<td>Bootstrap</td>
<td>Unittest</td>
<td>React</td>
<td></td>
<td>REST</td>
</tr>
</table>
<h4><strong>My Pet SITTER</strong></h4>
<img src="C:\Users\Caroline\Desktop\Coding Dojo\Web Fun\HTML\MyPortfolio\pet80x80.jpg" alt ="petsitterimg">
<h6><strong>SOCIAL MEDIA APP made in Java - </strong><a href="https://github.com/CarolineMoraesOliveira/Registration-Form/blob/main/registrationform.html">code|</a><a href="https://www.doghero.com.br/">deployed</a></h6>
<h4><strong>Contact Me</strong></h4>
<h6>Name:<input type = "text" name = "full_name"></h6>
<h6>Email:<input type = "text" name = "email"></h6>
<h6>Message:<textarea name="message" cols="20" rows="3"></textarea></h6>
<input type="submit" value="Send Message"
>
</body>
</html>