-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (45 loc) · 2.33 KB
/
index.html
File metadata and controls
61 lines (45 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap" rel="stylesheet">
</head>
<body>
<h2> Caitlin McCawley </h2>
<p class="paragraph-one"> I have no clue what I'm doing. I have a dog called Nala. She is cute and fluffy and
too smart for her own good. </p>
<hr>
<div class="our-div">
<h3> What has drawn you to coding? </h3>
<p class="paragraph-two"> Its enormous application in everyday life. </p>
</div>
<hr>
<h3> What do you hope for from the course? </h3>
<p class="paragraph-three"> A sembalance of understanding of how to code in a couple of languages. A new career. </p>
<hr>
<h3> What do you hope to do after the course? </h3>
<p class="paragraph-four"> Enter an internship with Stark Industries. </p>
<hr>
<h3> What is your github username (add a link to your github profile, i.e., https://github.com/username)? </h3>
<p class="paragraph-four"> cmccaww https://github.com/cmccaww </p>
<hr>
<h3> What did you find most challenging about this test? </h3>
<p class="paragraph-four"> Where I was meant to change the code i.e. when to use terminal, github, or visual studio.
The clone repo link didn't work so I didn't know if I was cloning to github or my computer. </p>
<hr>
<h3> Are there any parts of the test you could not complete? (This is OK, just include notes about what happened in
your submission) </h3>
<p class="paragraph-four"> This >>> "In your terminal, from the project folder (which should be your current location)
type ‘code .’and this should open visual studio with your code. The rest of this test will be about making changes
to these files.",
<br>and this >>> "Right click, or double click on the index.htmlfile in the left-hand section where the file system is
displayed, and chose ‘copy path’." the path wouldn't copy. Just the title would.
<br>Also the instructions say 'get rid of all styling for the paragraphs in the css', then tell you
to copy the styling from paragraph 3 (that you just deleted?).
</p>
</body>
</html>