|
15 | 15 | <body> |
16 | 16 | <nav class="nav"> |
17 | 17 | <div class="nav-logo"> |
18 | | - <a href="#">Logo</a> |
| 18 | + <img src="./assets/react-proto-logo.png" alt="" srcset=""> |
19 | 19 | </div> |
20 | 20 | <ul class="nav-list"> |
21 | 21 | <li class="nav-item"> |
22 | | - <a href="#" class="nav-link">About</a> |
| 22 | + <a href="#about" class="nav-link">About</a> |
23 | 23 | </li> |
24 | 24 | <li class="nav-item"> |
25 | | - <a href="#" class="nav-link">Team</a> |
| 25 | + <a href="#team" class="nav-link">Team</a> |
26 | 26 | </li> |
27 | 27 | <li class="nav-item"> |
28 | | - <a href="#" class="nav-link">Contact</a> |
29 | | - </li> |
30 | | - <li class="nav-item"> |
31 | | - <a href="https://github.com/CS-Eevee/react-proto" target="_blank"> |
| 28 | + <a href="https://github.com/React-Proto/react-proto" target="_blank"> |
32 | 29 | <svg class="nav-icon"> |
33 | 30 | <use xlink:href="assets/sprites.svg#icon-github"></use> |
34 | 31 | </svg> |
|
42 | 39 | <h1 class="hero-title">React Proto</h1> |
43 | 40 | <h3 class="hero-subtitle">React prototyping for designers and developers</h3> |
44 | 41 | <div class="buttons"> |
45 | | - <button class="btn-primary hero-btn">Checkout our Github</button> |
46 | | - <button class="btn-primary hero-btn">Download React Proto</button> |
| 42 | + <a href="https://github.com/React-Proto/react-proto"> |
| 43 | + <button class="btn-primary hero-btn">Checkout our Github</button> |
| 44 | + </a> |
| 45 | + <a href="https://github.com/React-Proto/react-proto/releases"> |
| 46 | + <button class="btn-primary hero-btn">Download React Proto</button> |
| 47 | + </a> |
47 | 48 | </div> |
48 | 49 | <div class="github-buttons"> |
49 | 50 | <!-- Place this tag where you want the button to render. --> |
50 | | - <a class="github-button" href="https://github.com/CS-Eevee/react-proto" aria-label="Follow on GitHub">Follow</a> |
| 51 | + <a class="github-button" href="https://github.com/React-Proto/react-proto" aria-label="Follow on GitHub">Follow</a> |
51 | 52 | <!-- Place this tag where you want the button to render. --> |
52 | | - <a class="github-button" href="https://github.com/CS-Eevee/react-proto/" data-icon="octicon-eye" aria-label="Watch ntkme/github-buttons on GitHub">Watch</a> |
| 53 | + <a class="github-button" href="https://github.com/React-Proto/react-proto/" data-icon="octicon-eye" aria-label="Watch ntkme/github-buttons on GitHub">Watch</a> |
53 | 54 | <!-- Place this tag where you want the button to render. --> |
54 | | - <a class="github-button" href="https://github.com/CS-Eevee/react-proto/" data-icon="octicon-star" aria-label="Star ntkme/github-buttons on GitHub">Star</a> |
| 55 | + <a class="github-button" href="https://github.com/React-Proto/react-proto/" data-icon="octicon-star" aria-label="Star ntkme/github-buttons on GitHub">Star</a> |
55 | 56 | </div> |
56 | 57 | </div> |
57 | 58 | <div class="hero-image"> |
58 | 59 | <img src="./assets/screen-shot-2.png" alt="" srcset=""> |
59 | 60 | </div> |
60 | 61 | </section> |
61 | 62 |
|
62 | | - <section class="about"> |
| 63 | + <section class="about" id="about"> |
63 | 64 | <div class="about-container"> |
64 | 65 | <div class="about-details"> |
65 | 66 | <div class="about-detail"> |
@@ -100,57 +101,75 @@ <h3 class="detail-title">Export Files</h3> |
100 | 101 | </div> |
101 | 102 | </section> |
102 | 103 |
|
103 | | - <section class="download"> |
| 104 | + <section class="download" id="download"> |
104 | 105 | <h1 class="section-title">Download React Proto</h1> |
105 | 106 | <div class="download-buttons"> |
106 | | - <button class="btn-primary">Download for Mac</button> |
107 | | - <button class="btn-primary">Download for Windows</button> |
| 107 | + <a href="https://github.com/React-Proto/react-proto/releases"> |
| 108 | + <button class="btn-primary">Download for Mac</button> |
| 109 | + </a> |
| 110 | + <a href="https://github.com/React-Proto/react-proto/releases"> |
| 111 | + <button href="https://github.com/React-Proto/react-proto/releases" class="btn-primary">Download for Windows</button> |
| 112 | + </a> |
108 | 113 | </div> |
109 | 114 | </section> |
110 | 115 |
|
111 | | - <section class="team"> |
| 116 | + <section class="team" id="team"> |
112 | 117 | <h1 class="section-title">Meet Our Team</h1> |
113 | 118 | <div class="team-profiles"> |
114 | 119 | <div class="team-profile"> |
115 | | - <img class="team-image" src="./assets/LadyB-007.jpg" alt="" srcset=""> |
| 120 | + <div class="team-images blessing"> |
| 121 | + <!-- <img src="./assets/IMG-1710.jpeg" alt="" srcset=""> --> |
| 122 | + </div> |
116 | 123 | <h5 class="team-name">Blessing Ebowe</h5> |
117 | 124 | <div class="team-links"> |
118 | | - <svg class="team-icon"> |
119 | | - <use xlink:href="assets/sprites.svg#icon-github"></use> |
120 | | - </svg> |
121 | | - <svg class="team-icon"> |
122 | | - <use xlink:href="assets/sprites.svg#icon-linkedin"></use> |
123 | | - </svg> |
| 125 | + <a href="https://github.com/refinedblessing" target="_blank"> |
| 126 | + <svg class="team-icon"> |
| 127 | + <use xlink:href="assets/sprites.svg#icon-github"></use> |
| 128 | + </svg> |
| 129 | + </a> |
| 130 | + <a href="https://www.linkedin.com/in/blessingebowe/" target="_blank"> |
| 131 | + <svg class="team-icon"> |
| 132 | + <use xlink:href="assets/sprites.svg#icon-linkedin"></use> |
| 133 | + </svg> |
| 134 | + </a> |
124 | 135 | </div> |
125 | 136 | </div> |
126 | 137 |
|
127 | 138 | <div class="team-profile"> |
128 | | - <div class="team-image"> |
129 | | - <img src="./assets/IMG-1710.jpeg" alt="" srcset=""> |
| 139 | + <div class="team-images erik"> |
| 140 | + <!-- <img src="./assets/IMG-1710.jpeg" alt="" srcset=""> --> |
130 | 141 | </div> |
131 | 142 | <h5 class="team-name">Erik Guntner</h5> |
132 | 143 | <div class="team-links"> |
133 | | - <svg class="team-icon"> |
134 | | - <use xlink:href="assets/sprites.svg#icon-github"></use> |
135 | | - </svg> |
136 | | - <svg class="team-icon"> |
137 | | - <use xlink:href="assets/sprites.svg#icon-linkedin"></use> |
138 | | - </svg> |
| 144 | + <a href="https://github.com/erikguntner" target="_blank"> |
| 145 | + <svg class="team-icon"> |
| 146 | + <use xlink:href="assets/sprites.svg#icon-github"></use> |
| 147 | + </svg> |
| 148 | + </a> |
| 149 | + <a href="https://www.linkedin.com/in/erik-guntner-9aa324b9/" target="_blank"> |
| 150 | + <svg class="team-icon"> |
| 151 | + <use xlink:href="assets/sprites.svg#icon-linkedin"></use> |
| 152 | + </svg> |
| 153 | + </a> |
139 | 154 | </div> |
140 | 155 | </div> |
141 | 156 |
|
142 | 157 | <div class="team-profile"> |
143 | | - <div class="team-image"> |
144 | | - <img src="./assets/BTPhoto.jpg" alt="" srcset=""> |
| 158 | + <div class="team-images brian"> |
| 159 | + <!-- <img src="./assets/BTPhoto.jpg" alt="" srcset=""> --> |
145 | 160 | </div> |
146 | | - <h5 class="team-name ">Brian Taylor</h5> |
147 | | - <div class="team-links "> |
148 | | - <svg class="team-icon "> |
149 | | - <use xlink:href="assets/sprites.svg#icon-github "></use> |
150 | | - </svg> |
151 | | - <svg class="team-icon "> |
152 | | - <use xlink:href="assets/sprites.svg#icon-linkedin "></use> |
153 | | - </svg> |
| 161 | + <h5 class="team-name">Brian Taylor</h5> |
| 162 | + <div class="team-links"> |
| 163 | + <a href="https://github.com/brianwtaylor" target="_blank"> |
| 164 | + <svg class="team-icon "> |
| 165 | + <use xlink:href="assets/sprites.svg#icon-github "></use> |
| 166 | + </svg> |
| 167 | + </a> |
| 168 | + <a href="https://www.linkedin.com/in/brianwtaylor/" target="_blank"> |
| 169 | + <svg class="team-icon"> |
| 170 | + <use xlink:href="assets/sprites.svg#icon-linkedin"></use> |
| 171 | + </svg> |
| 172 | + </a> |
154 | 173 | </div> |
155 | 174 | </div> |
156 | 175 | </div> |
|
0 commit comments