-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdsfsdf
25 lines (25 loc) · 843 Bytes
/
dsfsdf
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
<div className="ui modal">
<i className="close icon"></i>
<div className="header">
Profile Picture
</div>
<div className="image content">
<div className="ui medium image">
<img src="/images/avatar/large/chris.jpg">
</div>
<div className="description">
<div className="ui header">We've auto-chosen a profile image for you.</div>
<p>We've grabbed the following image from the <a href="https://www.gravatar.com" target="_blank">gravatar</a> image associated with your registered e-mail address.</p>
<p>Is it okay to use this photo?</p>
</div>
</div>
<div className="actions">
<div className="ui black deny button">
Nope
</div>
<div className="ui positive right labeled icon button">
Yep, that's me
<i className="checkmark icon"></i>
</div>
</div>
</div>